Change ticket assignee
Changes the assignee of the current active ticket.
Required API key scope: read-write.
newAssigneeId must reference an active employee with access to the ticket channel. The endpoint only works for the current ticket in the chat, and the ticket must already be active with an existing assignee.
Authorizations
Public API key generated in the YoLead UI.
Unix timestamp in milliseconds. Requests must be signed within a 5-minute window.
Hex HMAC-SHA256 signature over <timestamp>.<raw_body> using the API secret.
Path Parameters
Ticket id. MongoDB ObjectId represented as a 24-character hexadecimal string.
^[0-9a-fA-F]{24}$"64f000000000000000000001"
Body
Ticket assignee change.
MongoDB ObjectId represented as a 24-character hexadecimal string.
^[0-9a-fA-F]{24}$"64f000000000000000000001"
Response
Ticket assignee changed.