Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
Minimum role: USER

Request arguments

Name Type Source
queryStringQuery
Request body example

Response

Status
200 (OK)
Type
DTO_contact[]
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_contact
NameTypeReadOnlyDescription
user_idInt32User id
emailStringEmail
nameStringName
profile_picStringProfile pic

Generated Aug 4, 2026 18:37