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
Request Body
{"recording_link"=>"<string>", "meeting_uuid"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"meeting_uuid":"\u003cstring\u003e"}