Assign a ticket to a teammate
POST
https://api.tamio.com/v2/tickets/assign/{uuid}
Assigns a ticket to a specific team member, or unassigns it by
passing null for teammate_id. Works on both open and closed tickets.
Path Parameters
uuid
string*
UUID of the ticket to assign
Body Parameters
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
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string