Update Member Role

View as MarkdownOpen in Claude
Change a member's role. Requires owner or admin role.

Authentication

AuthorizationBearer

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

Path parameters

workspace_idstringRequiredformat: "uuid"
target_user_idstringRequired

Request

This endpoint expects an object.
roleenumRequired
New RBAC role
Allowed values:

Response

Successful Response
added_bystring
created_atdatetime
idstringformat: "uuid"
roleenum
RBAC roles within a workspace.
Allowed values:
user_idstring
workspace_idstringformat: "uuid"

Errors

422
Unprocessable Entity Error