Get Zendesk User
get_userRetrieve a user's full record by numeric ID, including name, email, role, organization, and tags.
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. |