Advice requested on which APIs to use

I want to limit which users can join a particular meeting. I would like to launch zoom from a link on our website. Any high level advice on how to go about achieving this goal would be appreciated.

Thanks,
Arthur

Hey @uppermark,

Thanks for joining our developer community! Happy to help point you in the right direction.

If you want to limit which users can join a particular meeting, you can require registration for your meeting and this will generate unique join_urls for your participants.To add registrants via API, you can use this endpoint:

Let me know if this helps!

Best,
Will

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