Registration mode for a webinar

Where in the Webinar API can I query for which the three “required registration” options are in force:

  • Attendees register once and can attend any of the occurrences
  • Attendees need to register for each occurrence to attend
  • Attendees register once and can choose one or more occurrences to attend

Is there an attribute of the returned webinar object somewhere that has this info? On a related note, can it be updated?

Hi @dsadinoff

Thanks for reaching out to the Zoom Developer Forum and welcome to the community!
When you create a webinar using the Create a Webinar endpoint

You can pass a registration_type parameter inside of your settings object:

Hope this helps
Elisa