List all tenants

Returns a paginated list of tenants (organizations) under the Tenant Manager.
Only Tenant Manager admins with "Manage Settings" permission can access this endpoint.

Path Params
uuid
required
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

ID of the Tenant Manager organization.

Query Params
int32
≥ 1
Defaults to 1

The page of results to return.
The first page is page number 1.

int32
≥ 1
Defaults to 10

The number of results returned per page.

string
enum

Sort by this field. Use "id" for organization_id.

Allowed:
string
enum

Sort order: "asc" or "desc".

Allowed:
uuid
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

Filter by tenant organization ID. Only the tenant with this ID is returned (exact match).

uuid
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

Filter by account ID. Only organizations belonging to this account are returned.

string

Filter by organization name (case-insensitive partial match).

string
enum

Filter by connection type: "direct" (same account) or "linked" (from another account).

Allowed:
string
enum

Filter by organization status: "active" (enabled) or "inactive" (disabled).

Allowed:
boolean

Filter by prospect: only prospects (true) or only non-prospects (false).

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json