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: Rate Limit Label: iq_conversation:write
,iq_conversation:write:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"meeting_uuid": "<string>"
} |
ENDPOINTS