API ReferenceTenants
Retrieve all tenant roles
GET
/v1/tenants/rolesRetrieves all existing roles that can be assigned to a tenant member, with their associated permissions.
Analytics Events
TENANT_ROLES_RETRIEVE_LIST_STARTTENANT_ROLES_RETRIEVE_LIST_SUCCESSTENANT_ROLES_RETRIEVE_LIST_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
text/plain
curl -X GET "https://example.com/v1/tenants/roles"{ "roles": [ { "id": "string", "name": "string", "description": "string", "permissions": [ { "id": "string", "description": "string", "deprecated": true } ] } ]}How would you rate this page?