Logo
Zoom Public API Documentation

Update registrant's status

PUT {{baseUrl}}/meetings/:meetingId/registrants/status?occurrence_id=<string>

Update a meeting registrant's status by either approving, cancelling or denying a registrant from joining the meeting.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string The meeting or webinar occurrence ID.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/meetings/:meetingId/registrants/status?occurrence_id=<string>?occurrence_id=<string>' -H 'Content-Type: application/json' -d '{"action":"deny","registrants":[{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"}]}'

ENDPOINTS