Conversations
Bulk Assign conversation to users
REQUIRED SCOPES <code>['conversations:write']</code>
put/conversations/batch-queue/reassign
Request body
Example request
{
"team_id": 1,
"conversations_ids": [
1
],
"members_ids": [
1
],
"conversation_filter": "open"
}Response
Ok
Changes
No recorded changes to this endpoint across all 2 revisions of this API.