get https://{application_vanity_domain}/api/v1/tenants/
Retrieves the specified tenant.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description |
|---|---|---|
| tenant:read | Application | The subject can read any tenant belonging to the application to which the subject belongs. |
| Tenant | The subject can read the tenant that it is associated with. | |
| Tenant Inclusion List | The subject can read the tenants specified in the inclusion list. | |
| Tenant Exclusion List | The subject can read the tenant only if it belongs to the subject's application and is not on the exclusion list. | |
| Self | The subject can read the tenant that it is associated with. |
Permissions Required To Include Associated Application
In addition to the permissions above, the following permissions are required if the tenant's associated application is specified to be returned in the response by including a non-empty value for the application_fields query parameter.
| Permission | Boundary | Description |
|---|---|---|
| application:read | Application | The subject can read the tenant's application if the application is associated with the subject. |
| Self | The subject can read the tenant's application if the application is associated with the subject. |