POST /v1/tenants/list
Returns a paginated list of all tenants registered in this Permify instance.
Request Body
Number of tenants to return per page. Must be
>= 1.Pagination token from a previous response. Omit for the first page.
Response
The list of tenants.
Pagination token for the next page. Empty when there are no more results.
Example
Error Codes
| HTTP Status | Description |
|---|---|
400 | Bad request |
401 | Unauthorized |
429 | Rate limit exceeded |
500 | Internal server error |