I have account with 8 license and now I want to create 8 meetings at the same time using Zoom API.
I have already created meetings using create meeting API by passing userId as me.
My question is that, which userId I have to pass while creating simultaneous meetings using Pro account with 8 license. Should I just pass me or anything else.
If you wish to schedule/create meetings that will be hosted at the same time/concurrently, you will need to pass a unique User ID for each meeting you create. Each meeting requires a unique host, if it’s to be scheduled and hosted at the same time as another meeting under your account.
So, in order to host concurrent meetings, you will need to send 8 separate API requests to the Create Meeting API—each one using one of the 8 user IDs that have licenses.