workspace
users
Update workspace user
Update the metadata of a specific user in the current workspace by user ID.
You can update:
- Name or profile picture
- Workspace role (member or admin)
- Workspace teams or preferences
<Callout type="info">
Email updates are not supported through the public API for security reasons.
</Callout>
**Use cases:**
- Editing user profiles
- Managing user preferences
- Updating team assignments
patch/api/v1/workspaces/users/{userId}
Path parameters
userIdstring required
Request body
Response
This response returns the updated metadata for the workspace user.
Changes
No recorded changes to this endpoint across all 1 revision of this API.