Description
I want zoom app integrate into our web application by OAuth, But zoom api are only communicate with Backend of our application.
In our web application many users can login ,
how to add that users into a single zoom account ?
because
- some users are already registered with zoom application and
- some users not registered that means new user going into create and added into under client app account.
So how to validate that users are exist user or not ?
and after create zoom account for new user, can we create meeting for that user before set password flow ?
**Which App Type - OAuth
Which Endpoint/s?
This api only give the user present in our app account or not ?
i saw this link - Check zoom account exists, but i need solution
after the our Backend got meeting url, we used that url with iFrame tag, we are going into show the zoom app into our web application. Is it correct ?