Get role templates

Get a list of available role templates in an Organization. A role template can be used as the basis for creating a new custom role.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
The Organization's ID.

Query parameters

scopeTypeslist of enumsOptional
Filter role templates based on the scope of permissions they include.
Allowed values:

Response

OK
namestring
The role's name.
permissionslist of strings
The role's permissions.
scopeTypeenum
The role's scope.
descriptionstring
The role's description.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error