Creating meetings on behalf of user

We have application that we want users to link their zoom account with the app , then we create meetings on behalf of them.
One of the problems most users use free zoom account which they can use the API , is there a way that our app can still use zoom api on behalf of users if they are logged in as free zoom users ?

Hi @akdev19

Thanks for reaching out to the Zoom Developer Forum.

It looks like what will be best for you is to create an OAuth application

Building a User level application with OAuth, will allow external users to instal and authorize your application on their account and then your application will be able to make API calls (for example create meetings) on their behalf.

Find the link to our Docs on How to Create an OAuth App here:

Hope this helps,
Elisa