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
The body is of type object
.
Response
200
application/json
Workspace user updated
The response is of type object
.