Assign ticket
Assign ticket
Assign a ticket to an agent, AI agent, team queue, or unassigned state.
POST
Assign ticket
Required access
| Authentication | Scope | Dataset grant |
|---|---|---|
| API client v2 | tickets:assign | tickets |
Body
Ticket chat UUID to assign. Use the
records[].id value from List tickets; do not pass the human-readable ticket code.Assignment type. Supported values are
agent, pilot, team, and unassigned. Use agent for a human agent, pilot for an AI agent, team for a team queue, and unassigned to clear assignment.Assignee UUID. Required for
agent, pilot, and team assignments. For assignee_type: "pilot", use an AI agent ID. For assignee_type: "agent", use a human agent ID. For assignee_type: "team", use the team ID. Omit this field for unassigned. See Resource IDs.Response
Whether the assignment succeeded.
Updated ticket chat object.