have bought API Plan, how to run several different meetings at a same time under one purchased account

I have bought API Plan(have to connect our application with zoom) by my account, but our use environment is one on one class, and most of time, there are 20 classes are running at the same time( for example 7pm-8pm). and every meeting just has two users (one teacher and one student).

how can I achieve 20 different meetings can run at the same time and it is charged by only one ACCOUNT which has purchased the API plan.

Hi,

two API calls to utilize in your case:

api.zoom.us/v1/user/create: can let you create 40 different users for 20 meetings

api.zoom.us/v1/meeting/create: let you create 20 meetings with different meeting ID that have same meeting time.

Best