Get tenants associated with a given user

GET

Returns a paginated list of user tenant associations.

Path parameters

user_idstringRequired

Id of the user to retrieve all associated tenants for.

Query parameters

limitintegerOptional

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

cursorstringOptional

Continue the pagination with the next cursor

Response

This endpoint returns an object.
has_moreboolean

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

urlstring

A url that may be used to generate these results.

type"list"Defaults to list

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

itemslist of objectsOptional
next_urlstringOptional

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

cursorstringOptional

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