Skip to main content
Version: Version 26.3

Retrieve paginated list of tenants for an organization

GET 

/v1/organizations/:organization_id/tenants

Retrieve a paginated list of tenants belonging to the specified organization. Supports filtering and sorting on tenant properties. Filters are provided as a JSON string following the AST structure of FilterNode. Results are returned in pages with pagination metadata.

Request

Responses

Paginated list of tenants successfully retrieved. The response includes pagination flag and tenant data array.