Description
Is there are any way for a Zoom user to create meetings via API, but without a marketplace app?
We would like to have a functionality in our website to redirect existing Zoom users to an API where
they could schedule meetings with their clients using their account. So far it looks like it is not possible without an app.
OAuth app alows to create meeting for users or schedule_for meetings for users who are added to the account already.
JWT app allows to create meetings using one account and sent invitation links to participants, no concurrent meetings are possible.
What would be the most minimal setup which would allow existing Zoom users to host meetings via API using their acounts?
Thank for the reply. Do I need to create an OAuth Account or OAuth User-managed app?
How it is possible for other users to authorize me in creating meetings on their behalf if they are not on my account?
Thank you for you answers
So first an external user must authorize (Install) with an app by using the Install link and allow the app to access his/hr profile? After that the app would be able to create meeting on behalf of the user by using /users/{userId}/meetings?
How many free installations the app can have?