tenant

List Tenants

Get all tenants visible to this auth

get/api/v1/tenants

Query parameters

skip_createboolean
include_deletedboolean

Response

Successful Response

idstring uuid required
organization_idstring uuid nullable
created_atstring date-time required
display_namestring required
is_personalboolean required
is_deletedboolean required
tenant_handlestring nullable
data_plane_urlstring nullable
read_onlyboolean
role_idstring uuid nullable
role_namestring nullable
permissionsstring[] nullable

Changes

Changed in 1 of the 48 revisions of this API.1

    • added the optional property items/data_plane_url to the response with the 200 status

      response-optional-property-added