Assign Conversation
POST
/api/v1/accounts/{account_id}/conversations/{conversation_id}/assignments
Conversation Assignment
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//conversations//assignments' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"assignee_id": 0,
"team_id": 0
}'
Response Response Example
200 - Example 1
{
"id": 0,
"uid": "string",
"name": "string",
"available_name": "string",
"display_name": "string",
"email": "string",
"account_id": 0,
"role": "agent",
"confirmed": true,
"custom_attributes": {},
"accounts": [
{
"id": 0,
"name": "string",
"role": "administrator"
}
]
}
Request
Path Params
account_id
stringÂ
required
conversation_id
stringÂ
required
Body Params application/json; charset=utf-8