Hey everyone. So the use case I am hoping to achieve is that I want a person logged in as admin in my application to create a zoom meeting. However, the zoom meeting should be created using the admin’s personal zoom account. Any suggestions on how to achieve this functionality? There will be multiple admin accounts accessing the application.
Hey @darryl.ferdinands,
Sure! Use Zoom OAuth, and then once you have the users access token, you can create meetings on their behalf.
Thanks,
Tommy