Logo
Zoom Public API Documentation

Update conversation host id to new host id by conversation id

PATCH {{baseUrl}}/iq/conversations/:conversationId/update_host

Update conversation host id.

Prerequisite: You must have either iq_conversation:write:admin or iq_conversation:write permissions.

Scopes: iq_conversation:write:admin,iq_conversation:write

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/iq/conversations/:conversationId/update_host' -H 'Content-Type: application/json' -d '{"new_host_id":"\u003cstring\u003e"}'

ENDPOINTS