Workspaces
Updates user role
Updates the workspace user role of a user that matches the parameters. Only succeeds if the requesting user has admin permissions in the workspace.
post/workspaces/{workspaceId}/users/role
Path parameters
workspaceIdstring required
ID of the workspace.
Request body
Example request
{
"email": "hello@example.com"
}Response
User's info that was updated.
Example response
{
"roleChangedAt": "2018-04-11T00:18:57.946Z"
}