Logo
Zoom Public API Documentation

Update registrant's status

PUT {{baseUrl}}/meetings/:meetingId/recordings/registrants/status

A registrant can either be approved or denied from viewing the on-demand recording. Use this API to update a registrant's status.

Scopes: recording:write:admin,recording:write

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/status' -H 'Content-Type: application/json' -d '{"action":"approve","registrants":[{"id":"\u003cstring\u003e"},{"id":"\u003cstring\u003e"}]}'

ENDPOINTS