Zoom users with a Webinar Plan https://zoom.us/webinar have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a Webinar with registration https://support.zoom.us/hc/enus/articles/204619915SchedulingaWebinarwithRegistration requires your registrants to complete a brief form before receiving the link to join the Webinar.Use this API to create and submit the registration of a user for a webinar.**Scopes:** webinar:write:admin webinar:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light**Prerequisites:*** Pro or higher plan with a Webinar Addon.

addWebinarRegistrant(webinarId, occurrence_ids = NULL, return_response = F)

Arguments

webinarId

The webinar ID in "**long**" format represented as int64 data type in JSON .

occurrence_ids

Occurrence ID. Get this value from the webinar get API. Multiple values separated by a comma.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.