List an organization's tenants.¶
Method¶
GET https://papi.afi.ai/api/v1/orgs/{org_id}/tenants
Description¶
Lists tenants for the specified organization ID.
Use the limit and page_token query parameters to paginate through tenants.
Path params¶
|
org_id
string
required
ID of the organization whose tenants to list. |
Query params¶
|
limit
int32
Maximum number of items to return per page (default 100). |
|
page_token
string
Token from the previous list operation (`next_page_token`) used to continue listing. |
Successful response (200) schema¶
|
object
TenantsPage contains the results of listing organization tenants. |
|||||||
|
next_page_token
string
Token for the next page in the listing operation. Set this value as `page_token` in the subsequent request. Empty on the last page. |
|||||||
|
items
array of objects
List of tenants.
|