Tickets
Find requesters
Returns contacts for requester auto-complete, combining the requesters found on existing tickets with workspace Users whose name or email contains the query. The query has to be at least 3 characters, and the ticket side of the match is aggregated across the whole workspace rather than being limited to the groups the calling User can see.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/find_requesters
Request arguments
| Name | Type | Source |
|---|---|---|
| query | String | Query |
Request body example
Response
Response body example
DTO_contact
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| user_id | Int32 | User id | |
| String | |||
| name | String | Name | |
| profile_pic | String | Profile pic |
Generated Aug 4, 2026 18:37