Get a single role

Enterprise feature

Get a single role by role id

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

roleIdstringRequired

Response

roleWithPermissionsSchema
iddouble
The role id
typestring

A role can either be a global root role, or a project role or a custom project role or a custom global root-custom role

namestring
The name of the role
permissionslist of objects
A list of permissions assigned to this role
descriptionstring or null
A more detailed description of the role and what use it's intended for

Errors