Add Zoom meeting management features to our Web application

We have Pro Plan and are considering add Zoom meeting management features to our Web application (React front-end / Spring Boot back-end). Is it possible through ZOOM Client Web SDK to accomplish the following:

1- manage Zoom meeting (create, modify and delete) for online class
2- add and auto-approve students’ emails to a Zoom meeting’s registrants
3- get list of attendee for the Zoom meeting for attendance

Appreciate pointers to API and recommendations!

thanks,
Douglas

Hey @douglas168,

Thank you for reaching out to Zoom Developer Forum. The Web SDK will allow you to embed the power of Zoom into your website but you’ll want to use the APIs in order to manage meetings, users, registrants, etc.

Use the Create a Meeting API, Update a Meeting API or Delete a Meeting API in order to manage meetings programmatically.

When using the Create a Meeting API you can set a meeting to automatically approve registrants:

image

You can also add registrants using the Add Meeting Registrant API or approve registrants using the Update Meeting Registrant Status API

You can use the Get Past Meeting Participants API for this.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.