updateRegistrationQuestions_Webinars.Rd
Scheduling a Webinar with registration https://support.zoom.us/hc/enus/articles/204619915SchedulingaWebinarwithRegistration requires your registrants to complete a brief form with fields and questions before they can receive the link to join the Webinar.Use this API to update registration questions and fields of a scheduled Webinar that are to be answered by users while registering for a Webinar.**Prerequisites:** * Pro or higher plan with a Webinar Addon.* Registration option for Webinar should be set as required to use this API. **Scopes:** webinar:write:admin webinar:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateRegistrationQuestions_Webinars(webinarId, return_response = F)
webinarId | The webinar ID in "**long**" format represented as int64 data type in JSON . |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |