WhiteLabel API
Ticketing

Assign Ticket

This API endpoint (POST) assigns a ticket to a teammate. If the request succeeds, it returns a Ticket Object otherwise, it will return an error. Permissions: clients.view Webhook event: whitelabel-ticket-assigned

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.