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
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
user_id
integer
requiredID of the user
Body
application/json
role
enum<string>
The new workspace role for the user.
Available options:
owner
, editor
, operator
, viewer
Response
200 - application/json
status
enum<string>
requiredThe outcome of the update request
Available options:
updated
data
object
requiredWas this page helpful?