getWebinarRegistrant.Rd
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 get details on a specific user who has registered for the Webinar.**Scopes:** webinar:read:admin webinar:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light**Prerequisites:*** The account must have a Webinar plan.
getWebinarRegistrant( webinarId, registrantId, occurrence_id = NULL, return_response = F )
webinarId | The webinar ID in "**long**" format represented as int64 data type in JSON . |
---|---|
registrantId | The registrant ID. |
occurrence_id | The meeting occurrence ID. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |