Assigns or reassigns the conversation to a specific agent user and/or specialized team.
Assign Conversation to Agent / Team
POST
/v1/conversations/:id/assign
Parameters
| Name | Type | Description |
|---|---|---|
idrequired | string | Conversation UUID |
assignee_id | string | Agent User UUID (or null to unassign) |
team_id | string | Team UUID (or null to unassign) |