Update registrant's status
PUT {{baseUrl}}/webinars/:webinarId/registrants/status?occurrence_id=<string>
Update webinar registrants' registration status. You can approve or deny a registrant, or revoke a registrant's approval.
Scopes:
webinar:write
,
webinar:write:admin
Rate Limit Label
:
MEDIUM
Request Params
| Key | Datatype | Required | Description |
| occurrence_id
| string | | The meeting or webinar occurrence ID. |
Request Body
{"action"=>"deny", "registrants"=>[{"email"=>"<email>", "id"=>"<string>"}, {"email"=>"<email>", "id"=>"<string>"}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``