Skip to content

Assign User to Conversation

POST/v1/conversations/{id}/assign-user

Assigns a specific user (agent) to a conversation.

Path Parameters

idstring required

Conversation ID

Example:60f1234567890abcdef12345

Body

userIdstringThe ID of the user to assign. required
Example:01kyn6qneqzqsemg0n2bdrm105

Responses

Body

success_codeenum: 200 | 201Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataobject required
metaobject
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required