List a requester's tickets
zendesk_requester_ticketsLists tickets reported by a user, most recent first, to check if a customer has raised a similar issue before.
Instructions
List tickets requested by a user (their reported tickets), most recent first — useful for seeing whether a customer has raised this before. Get a user id from zendesk_get_ticket (requester) or zendesk_search_users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | Numeric user id of the requester. | |
| limit | No | Max tickets (default 100). |