When trying to consume the API Explorer
/api/v2/conversations/chats/{conversationId}/participants/{participantId}/replace
,passing the conversationId, participant connected and body parameters (queueId), it returns error 500
{
"message": "An internal conversation service error has occurred. Please contact support. Message: errorCode=chat.error.member.state, status=400",
"code": "internal.server.error",
"status": 500,
"messageWithParams": "An internal conversation service error has occurred. Please contact support. Message: {message}",
"messageParams": {
"message": "errorCode=chat.error.member.state, status=400"
},
"contextId": "7cd415a5-0e1b-437a-9031-f0387a21b752",
"details": [],
"errors": []
}