v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Tenant Memberships

Get tenants associated with a given user

Returns the tenants a user belongs to, with cursor paging. A user can belong to many tenants, each with its own profile and preferences.

get/users/{user_id}/tenants

Path parameters

user_idstring required

Id of the user to retrieve all associated tenants for.

Query parameters

limitinteger nullable

The number of accounts to return (defaults to 20, maximum value of 100)

cursorstring nullable

Continue the pagination with the next cursor

Response

has_moreboolean required

Set to true when there are more pages that can be retrieved.

urlstring required

A url that may be used to generate these results.

next_urlstring nullable

A url that may be used to generate fetch the next set of results. Defined only when has_more is set to true

cursorstring nullable

A pointer to the next page of results. Defined only when has_more is set to true

type'list' required

Always set to list. Represents the type of this object.