Get Tenant
VMware Identity Services API to check if a tenant with a corresponding tenantId exists.
Request
URI
GET
https://{api_host}//acs/t/{TENANT}/broker/tenants/{id}
COPY
Path Parameters
string
id
Required
The tenant unique identifier
id example
my-tenant
string
TENANT
Required
TENANT
Responses
200
Tenant found successfully
Operation doesn't return any data structure
401
Unauthorized access to the tenant
Operation doesn't return any data structure
404
The tenant was not found
Operation doesn't return any data structure