The example is in the JavaScript SDK documentation: https://mypurecloud.github.io/platform-client-sdk-javascript/ConversationsApi#patchConversationsCall
The body is to match what's in the API call doc: https://developer.genesys.cloud/devapps/api-explorer#patch-api-v2-conversations-calls--conversationId-
That has a ton of possibilities, but to merge (aka conference) multiple calls together, the first call's ID is used for conversationId and the body would have the other conversationId(s), something like:
{
"conversationIds": [
"a0718cc8-34b6-4b22-988a-d62f2ddd032c",
"57f9af03-7946-418f-a564-95da6a03f6cf"
]
}
------------------------------
George Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys
2024 Community Member of the Year
------------------------------
Original Message:
Sent: 08-12-2025 05:18
From: Steffen Urban
Subject: merge calls using Conversation API
Hi Jeff, did you solve it? maybe you have an example ;) KR, Steffen
------------------------------
Steffen Urban
Head of Unified Communications
------------------------------