Conversation Update Assignee
Protocol
POST
URL
https://api.helpmonks.com/api/v1/conversation/update/assignee
Parameters
Name | Required | Value | Comment |
---|---|---|---|
id | Yes | ObjectId of the conversation to update | |
user_id | Yes | ObjectId of the Helpmonks user |
The available fields are documented in the Conversation Data Model. Refer to the Query syntax documentation on how to query against your records
Example
{
"id" : "569ed97edfeec6ccffb6c2ec",
"user_id" : "57c1e0f6c4be9b0a00d6b0cb"
}
Returned data
Please refer to the Conversation Data Model to see the data structure being returned