Logo
Zoom Public API Documentation

Add conversation by meeting record url or meeting UUID.

POST {{baseUrl}}/iq/users/:userId/conversations

Add new conversation by meeting record url or meeting UUID. If both recording url and meeting UUID are passed in the request and refer to different meetings, we ignore meeting UUID.

Scopes: iq_conversation:write,iq_conversation:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "meeting_uuid": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/iq/users/:userId/conversations' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"recording_link":"\u003cstring\u003e","meeting_uuid":"\u003cstring\u003e"}'

ENDPOINTS