List tenant organizations (Beta)

View as MarkdownOpen in Claude
Retrieve a paginated list of tenant organizations with optional filtering and sorting. **Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer. ### Usage notes - To perform this operation, you must use API credentials owned by a user assigned the Admin account type. - Use **pageToken** and **pageSize** parameters to manage paginated responses. - Use **search** to filter results by organization slug or ID of the user who created the tenant. - Use **key** and **order** to sort results by creation date, ID of the user who created the tenant, name, or URL.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Query parameters

pageTokenstringOptional
pageSizeintegerOptional
keyenumOptional
Field to sort the results by
Allowed values:
orderenumOptional
Sort order for the results
Allowed values:
searchstringOptional

Response

The response body.
entrieslist of nullable objects
Array of results returned by the endpoint
nextPageTokenstring

A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results. Must be treated as an opaque string.