v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWorkspaceMember
Patch workspace member
Requires one of the following scopes: workspace_members:update, workspace_members:all, all:update, all:all
patch/api/v2/workspace-members/{id}
Path parameters
idstring uuid required
Example:019f94cd-afbe-71bd-a336-0017af637bf5
The ID of the item to update
Request body
Example request
{
"nickname": "Finance lead",
"role": "editor"
}Response
The updated Workspace Member
Example response
{
"id": "019f94cd-83fa-704b-a013-af8dc24b51ef",
"email": "user@example.com",
"user_id": "019f94cd-83fa-704b-a013-af8e479c3d70",
"user_email": "user@example.com",
"nickname": "Finance lead",
"name": {
"first": "John",
"last": "Smith"
},
"role": "editor",
"timestamp_created": "2026-07-24T15:45:24.474Z",
"workspace_id": "019f94cd-83fa-704b-a013-af8f70cf7b25",
"issuer_id": "019f94cd-83fa-704b-a013-af9030155d6f",
"permissions": [
"unibox.all"
]
}