Hi,
We’re building an app for creators and we’d like to use zoom for live meetings between creators and subscribers.
Here’s how the expected flow looks like →
- Creator joins our platform
- We create a zoom sub-account corresponding to this creator
- When the creator wants to start a live meeting, we use the corresponding zoom sub-account to create a zoom meeting
- Share the join url with all the subscribers
- Before every meeting ends (40 minutes duration), we plan to upgrade each sub-account to a licensed plan.
The problem we’re facing currently is we can’t custCreate
new users through the API as we’re not a part of the ISV program. Is there any way to bypass this problem? If not, are there any other strategies we can use to fulfill our requirements? We can’t use the create
action as that involves confirmation through email and it breaks our flow.