Description
We can create basic accounts from a pro account, those accounts can host individual meetings (total 100 meetings per day). But having 9 licenses is it possible to create more than 9 concurrent meetings at a time ?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT Which Endpoint/s?
creating user :
api-reference/zoom-api/users/usercreate
creating meeting with schedule_for concurrently at same time say 6pm:
api-reference/zoom-api/meetings/meetingcreate
Thanks Alex, for the explanation @alexmayo.
After creating users under licensed account , each user can host 1 meeting at a time, we have successfully implemented and tested the feature.