Assign a ticket to a teammate
POST
https://api.tamio.com/v2/agency/tickets/assign/{uuid}
Assigns a support ticket to a specific teammate. Pass null for
teammate_id to unassign the ticket.
Path Parameters
uuid
string*
UUID of the ticket
Body Parameters
uuid
string*
UUID of the ticket
teammate_id
string
UUID of the teammate to assign, or null to unassign
Responses
200
Ticket assigned successfully
Ticket assigned successfully
status
integer
ticket
Ticket
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: ticket, teammate, or agency domain not found
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string