Update Role
Update an existing role’s name, description, or permissions.
PUT
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Path Parameters
The unique identifier of the role to update.
Request Body
Updated name for the role.
Updated description for the role.
Updated array of permission ID strings. Each item must be a string (e.g.,
"agent_view"). Use the List Permissions endpoint to retrieve available permission IDs.Updated array of user IDs to assign.
Response Fields
Unique identifier for the role.
Updated name of the role.
Updated description of the role.
Updated permissions array.
