Get Zendesk User
get_userFetch a complete Zendesk user profile by numeric ID, including name, email, role, organization, and tags. Use when you have the user ID from search or ticket fields.
Instructions
Retrieve a single user by their numeric id. Returns the full user record (name, email, role, organization, tags). Use search_users when you only have a name or email, or get_current_user for the authenticated identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User ID — the numeric id of the Zendesk user to fetch. Obtain it from search_users, or from the requester/assignee fields of a ticket. |