Workspace users
Update a workspace user
Update a workspace user by ID
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier
Example:
"RiHO4e0Ju3DS"
Query Parameters
Select the workspace user properties that should be returned
Available options:
role
, createdAt
, updatedAt
, user.createdAt
, user.updatedAt
, user.firstName
, user.lastName
, user.avatar
, user.email
, user.name
Body
application/json
Workspace user to update
Role of the user to access the workspace
Available options:
owner
, editor
, collaborator
, viewer
, commenter
Example:
"owner"
Response
200
application/json
Workspace user updated