Skip to main content
POST
Assign Conversation

Authorizations

api_access_token
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID)

Body

application/json
assignee_id
string<uuid>

Id of the assignee user

Example:

"111e2222-e33b-44d5-a666-777888999000"

team_id
string<uuid>

Id of the team. If the assignee_id is present, this param would be ignored

Example:

"555e6666-e77b-88d9-a000-111222333444"

Response

Conversation assigned successfully

success
boolean
required
Example:

true

data
object
required
meta
object
required
message
string
required

Success message

Example:

"Conversation assigned successfully"