Hello Support Team,
I am integrating zoom with LMS and I need some information on below points over API - webinarcreate.
How to get time zone list using api
How to set Manage Attendees size and approval type in api “webinarcreate”
Could you please share sample code .
Thanks
Hi @shrihari.kale , here’s a link to our documentation on creating a webinar: https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarcreate
You’ll find a sample POST request on that page, but let us know if you need additional clarification on it.
Through this endpoint, you’ll be able to set the timezone
and start_time
. Here’s a link to our timezone reference: https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones
To manage attendance, you can use approval_type
and registration_type
to set registration settings.
Again - let us know if you have any further questions!
Hello Michael,
Thank you for your response!
I have checked API as per your suggestion but did not found how I have to add manage attendees (no. of attendees) in POST data and also there is no API to get time zones.
Could you please share sample code on below points that will helpful for me.
JSON data format to post for manage attendees
API method to get timezone.
TimZoom
(Tim)
May 23, 2019, 7:32pm
4
You can use the “Retrieve Webinar” endpoint to retrieve the Webinar’s current settings and with that you will also get the Timezone.
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinar
Please see the Add a webinar Registrant endpoint. It has schemas and JSON examples for how to add a participant: https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate
You can also manage the participants using the following:
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantstatus