Operations API
Ticketing

Assign Ticket

This API endpoint (POST) assigns a ticket to a teammate. If the request succeeds, it returns a Ticket Object.

Query Parameters

id * The id of the ticket.

Body Parameters

teammate_id string The id of the teammate to assign the ticket to. If omitted then any teammates currently assigned to the ticket will be removed.