update_user
Updates a Zendesk user's profile information including name, email, role, phone, organization, tags, and notes. Provide the user ID and optional fields to modify.
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 | |
| tags | No | Updated tags for the user | |
| notes | No | Updated notes about the user |