get https://{applicationQualifiedDomain}.us.wristband.dev/api/v1/applications//tenants
Queries tenants, scoped to an application, based off a query expression.
Query Filter Attributes:
id
type
domainName
displayName
status
Query Sort Attributes:
id
type
domainName
displayName
status
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 query the tenants associated to the application that the subject belongs 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 | Condition | Boundary | Description |
---|---|---|---|
application:read | Required if the application_fields query param is not emtpy | Application | The subject can read the application associated to each tenant. |