v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Users

List Roles

Returns a list of roles.


Roles are returned sorted in ascending order with custom roles listed first if any exist, then ordered alphabetically by name.

For more on custom roles, see our Help Center.

get/tenants/{tenant_id}/roles

Path parameters

tenant_idstring uuid required

The ID of the tenant to get roles for.

Response

Roles successfully retrieved.

Example response

{
  "roles": [
    {
      "name": "Team Member",
      "scope": "assigned-only"
    }
  ]
}