updateWebinarRegistrantStatus.Rd
Update a webinar registrant's status. Using this API, you can specify whether you want to approve a registration, deny a registration or cancel a previously approved registration.**Scopes:** webinar:write:admin webinar:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
updateWebinarRegistrantStatus( webinarId, occurrence_id = NULL, action, registrants = NULL, return_response = F )
webinarId | The webinar ID in "**long**" format represented as int64 data type in JSON . |
---|---|
occurrence_id | The meeting occurrence ID. |
action | Used to approve a registrant, deny a registrant, or cancel a previously approved registrant. |
registrants | List of registrants. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |