Roles
Get role
Returns role details including full permission tree (tenant + division + environment scopes).
get/tenants/{tenant_id}/roles/{role_id}
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
role_idinteger required
Example:7261845001236500000
Role identifier
Response
Role with permissions
Example response
{
"id": 611298765432109000,
"kind": "system",
"name": "developer"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.