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
organizationId
The Organization's ID.
Query parameters
scopeTypes
Filter role templates based on the scope of permissions they include.
Allowed values:
Response
OK
name
The role's name.
permissions
The role's permissions.
scopeType
The role's scope.
description
The role's description.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error