Get role templates
Role
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.
GET
Get role templates
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Organization's ID.
Query Parameters
Filter role templates based on the scope of permissions they include.
Available options:
DEPLOYMENT, WORKSPACE, ORGANIZATION, DAG Response
OK
The role's name.
Example:
"Deployment_Viewer"
The role's permissions.
Example:
The role's scope.
Available options:
DEPLOYMENT, WORKSPACE, ORGANIZATION, SYSTEM, DAG Example:
"DEPLOYMENT"
The role's description.
Example:
"Subject can only view deployments."