Workspace Users
Update workspace user
Update the role of a workspace user. Throws 403 if Access Controls are not available for the organization.
PUT
/
workspaces
/
{workspace_id}
/
users
/
{user_id}
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Body
application/json
The new workspace role for the user.
Available options:
owner
, editor
, operator
, viewer
Was this page helpful?