"I have the following case:
Queue A is assigned to User A
Queue B is assigned to User B
I want to transfer a conversation from Queue A to User B, who belongs to Queue B.
I am using the following API:
POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace
request body:
{
"queueId": "Queue B",
"userId": "User B"
}
The transfer to User B is successful, but the queueId remains as Queue A instead of updating to Queue B."
Do we have any api or config to transfer exactly User B and Queue B
please help me to clarify.
thank you so much.