list_users
List Zendesk users, with optional role filter. Use for full directory snapshots; for specific user lookup, use the search tool.
Instructions
List Zendesk users with optional role filter (end-user, agent, admin). For finding a user by email/name/organization/external_id, use search with type:user email:<email> — that's far cheaper than paginating the full directory. list_users is appropriate when you need the full directory feed (e.g. building a snapshot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| role | No | Filter users by role | |
| per_page | No | Number of users per page (max 100) |