List organization tenants¶
Method¶
GET https://papi.afi.ai/api/v1/orgs/{org_id}/tenants
Description¶
List organization tenants by organization ID. To list all available organizations, use 'limit' and 'page_token' as query parameters.
Path params¶
org_id
string
required
ID of the organization to list tenants for. |
Query params¶
limit
int32
Max number of items to return on a single page (default 100). |
page_token
string
Token from the previous list operation (next_page_token) to continue listing. |
Successful response (200) schema¶
object
TenantsPage is a result of listing orngaization tenants. |
|||||||
next_page_token
string
Next page token to continue listing operation, i.e. to be set as next request page_token. Empty on last page. |
|||||||
items
array of objects
Array of tenants.
|