get https://{applicationQualifiedDomain}.us.wristband.dev/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 that the subject belongs to. |
Tenant | The subject can read the tenant that it is associated to. | |
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 it is not included in the exclusion list. | |
Self | The subject can read the tenant that it is associated to. |
Permissions Required To Include Associated Application
In addition to the aforementioned permissions, 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 to the subject. |
Self | The subject can read the tenant's application if the application is associated to the subject. |