We are using for disconnect chat conversation API method:
POST
/api/v2/conversations/{conversationId}/disconnect
But when we will disconnect the conversation we get duplicates of participants with the purpose = customer.
For email/call conversation it works.
To get data we use:
GET
/api/v2/conversations/{conversationId}
Steps:
- Start chat
- Accept in genesys
- Disconnect interaction via API: POST /api/v2/conversations/{conversationId}/disconnect
- Check customer participants: GET /api/v2/conversations/{conversationId}
Do you have any information about this problem?