update_user
Update an existing Zendesk user by providing only the fields to change. Omitted fields are preserved; clear fields with empty strings or detach organization with null.
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 | |
| No | Updated email address | ||
| role | No | Updated user's role | |
| phone | No | Updated phone number | |
| organization_id | No | Updated organization ID. Pass null to detach the user from their current organization. | |
| tags | No | Updated tags for the user | |
| notes | No | Updated notes about the user |