How to create simultaneous meetings using 8 license

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.

I have integrated code in PHP language.

Can you please help with this.

Thanks in advance.

Hi @Vivek.Patil,

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.

Let me know if this helps to clarify,
Will

Yes, it’s working now.

Thank you! :blush:

Glad to hear it, @Vivek.Patil! :slight_smile:

Best,
Will

Dear Zoom,

Thank you for support, we will get back to you in case of any queries.

best regards
vivek patil

No problem, happy to help. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.