update_user
Update an existing Zendesk user by providing only the fields to change. Modify name, role, email, tags, notes, phone, or organization membership.
Instructions
Update an existing user. Pass only the fields you want to change; omitted fields are preserved. Use get_user first to confirm the ID and current state. Pass organization_id: null to detach the user from their current organization. String fields can be cleared by passing an empty string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID to update | |
| name | No | Updated user's name | |
| role | No | Updated user's role | |
| tags | No | Updated tags for the user | |
| No | Updated email address | ||
| notes | No | Updated notes about the user | |
| phone | No | Updated phone number | |
| organization_id | No | Updated organization ID. Pass null to detach the user from their current organization. |