Update custom role

Update the metadata or included permissions for a custom role.

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
The ID of the Organization to which the role belongs.
customRoleIdstringRequired
The custom role's ID.

Request

The request body for updating the custom role.
namestringRequired
The role's name.
permissionslist of stringsRequired
The permissions included in the role.
descriptionstringOptional
The role's description.
restrictedWorkspaceIdslist of stringsOptional
The IDs of the Workspaces that the role is restricted to.

Response

OK
createdAtstringformat: "date-time"
The time the role was created.
createdByobject
idstring
The role's ID.
namestring
The role's name.
permissionslist of strings
The role's permissions.
restrictedWorkspaceIdslist of strings
The IDs of Workspaces that the role is restricted to.
scopeTypeenum
The role's scope.
Allowed values:
updatedAtstringformat: "date-time"
The time the role was last updated.
updatedByobject
descriptionstring
The role's description.

Errors

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