# Create multiple Zoom meetings simultaneously

**URL:** https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861
**Category:** API and Webhooks
**Created:** [July 8, 2021, 4:49pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861 "2021-07-08T16:49:35Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![tejendra.pratap.ju](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tejendra.pratap.ju/32/29028_2.png) [@tejendra.pratap.ju](https://devforum.zoom.us/u/tejendra.pratap.ju)
#### Post date: [July 8, 2021, 4:49pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/1 "2021-07-08T16:49:35Z")

</div>

We are working on a small project and we are wondering, if there is a way we can create and use multiple Zoom meetings Simultaneously.

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [July 9, 2021, 4:45pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/2 "2021-07-09T16:45:48Z")

</div>

Hi @tejendra.pratap.ju,

Yes, you can create Zoom meetings and host meetings simultaneously. To host multiple meetings at once, however, you will need to schedule each of the concurrent meetings under a different host. (A host can only run 1 meeting at a time).

To create Meetings via API, please see the following endpoint:

> **[Create a meeting - Meetings - Zoom API - API Reference](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate)**
>
> Create a meeting for a user. For user-level apps, pass the me value instead of the userId parameter.
> 
> This API has a daily rate limit of 100 requests pe...

Thanks,  
Will

---

<div class="post-metadata">

### Author: ![tejendra.pratap.ju](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tejendra.pratap.ju/32/29028_2.png) [@tejendra.pratap.ju](https://devforum.zoom.us/u/tejendra.pratap.ju)
#### Post date: [July 10, 2021, 1:32pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/3 "2021-07-10T13:32:38Z")

</div>

Thanks for replying,  
Is there a way we can add multiple host to 1 ID. I have 1 user and want to create multiple simultaneous meetings using that id only.

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [July 11, 2021, 5:28pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/4 "2021-07-11T17:28:46Z")

</div>

Hi @tejendra.pratap.ju,

This could be accomplished by utilizing the host’s Personal Meeting ID (PMI) — you can set the filed “use\_pmi” in our Create Meeting API to `true`. This will then associate the meeting with the host’s unique PMI, and multiple meetings can be associated with the PMI.

Let me know if this helps—thanks!  
Will

---

<div class="post-metadata">

### Author: ![tejendra.pratap.ju](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tejendra.pratap.ju/32/29028_2.png) [@tejendra.pratap.ju](https://devforum.zoom.us/u/tejendra.pratap.ju)
#### Post date: [July 12, 2021, 9:50am UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/5 "2021-07-12T09:50:29Z")

</div>

Thanks for helping me,  
I tried using “use\_pmi”: “true”, but it doesn’t allow to host the meetings simultaneously. I need a way to host the meetings simultaneously from 1 host ID. One of the ways I read about, this could happen was by adding users to the host ID on zoom. Is this possible? If yes, then how?

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [July 13, 2021, 8:50pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/6 "2021-07-13T20:50:28Z")

</div>

Hi @tejendra.pratap.ju,

To clarify, it’s not possible to host several meetings if they’re all associated with 1 ID. You will need to create unique meetings with unique IDs, if you wish to host meetings concurrently.

Best,  
Will

---

<div class="post-metadata">

### Author: ![tejendra.pratap.ju](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tejendra.pratap.ju/32/29028_2.png) [@tejendra.pratap.ju](https://devforum.zoom.us/u/tejendra.pratap.ju)
#### Post date: [July 14, 2021, 8:58am UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/7 "2021-07-14T08:58:12Z")

</div>

Lets say there is a website, so how will the users of that website be able to create meeting without creating zoom account? The create users API of zoom requires users to verify their account, we don’t want our users to have to do this. We just want to them to click a button and a new meeting is created without them having to register explicitly on zoom.

Thank you so much for giving your valuable time.

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [July 15, 2021, 2:25pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/8 "2021-07-15T14:25:36Z")

</div>

Hi @tejendra.pratap.ju,

To clarify, you must have an active Zoom account in order to schedule or create a Zoom meeting. While you can _join_ Zoom meetings without an account, one is required for creating a meeting.

Thanks,  
Will

---

<div class="post-metadata">

### Author: ![tejendra.pratap.ju](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tejendra.pratap.ju/32/29028_2.png) [@tejendra.pratap.ju](https://devforum.zoom.us/u/tejendra.pratap.ju)
#### Post date: [July 21, 2021, 11:58am UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/9 "2021-07-21T11:58:17Z")

</div>

Thank you so much for helping me.

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [July 22, 2021, 8:02pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/10 "2021-07-22T20:02:47Z")

</div>

No problem, glad I could help!

---

<div class="post-metadata">

### Author: ![zoomdev1122](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/zoomdev1122/32/29484_2.png) [@zoomdev1122](https://devforum.zoom.us/u/zoomdev1122)
#### Post date: [July 26, 2021, 11:53am UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/11 "2021-07-26T11:53:11Z")

</div>

Hello,  
My use case is :  
**I want to integrate zoom in my project in which sales agents will be able to hold meetings with their clients using zoom SDK**

1. I want different users to be able to create meetings simultaneously using single JWT app.
2. I want unlimited cloud storage to store meeting recordings.

What I understand:  
I have to buy enterprise account and make JWT app from that account so from that I can have unlimited cloud storage and secondly using my pro account I will be able to create different users that can create different separate meetings simultaneously.

What I don’t understand :

1. Users which I have created with my pro account should they also be licensed (paid) users ?
2. Those users can create meeting via zoom api so is it necessary to have JWT app of every single user which I created using my pro account ?

Please help me. I have already read many documents But I did not get correct guide line.

---

<div class="post-metadata">

### Author: ![MaxM](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/maxm/32/42303_2.png) [@MaxM](https://devforum.zoom.us/u/MaxM)
#### Post date: [July 27, 2021, 11:05pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/12 "2021-07-27T23:05:32Z")

</div>

Hey @zoomdev1122,

Thank you for reaching out to the Zoom Developer Forum. When you use JWT credentials, they are account level. This means that your entire account only has one set of credentials with authorize requests on behalf of the account owner. This also means that you can only request information about users/meetings that belong to your account.

If you wanted unlimited cloud storage, you would want an Enterprise Plan. However, you would also want to create your users under that account so that you can use the JWT credentials to reference those users and meetings.

I hope that helps! Let me know if you have any questions.

Thanks,  
Max

---

<div class="post-metadata">

### Author: ![zoomdev1122](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/zoomdev1122/32/29484_2.png) [@zoomdev1122](https://devforum.zoom.us/u/zoomdev1122)
#### Post date: [July 28, 2021, 6:10am UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/13 "2021-07-28T06:10:08Z")

</div>

Thanks for replying,  
Lets say I have a JWT account and I have created 3 users from my account so I want all the 3 users to create meeting , So should these users also be licensed (paid) users I mean what are the requirements for these users to be able to create meeting ?

 ![Screenshot 2021-07-28 at 11.03.54 AM](https://us1.discourse-cdn.com/flex016/uploads/zoomdeveloper/original/3X/1/6/168cbf801f41331c97bc243ae71a8ed1a916c7d3.png)  
By saying \*_"Starting at 50 licenses for $12,000/year"_ you mean 50 licensed users or what ?

---

<div class="post-metadata">

### Author: ![MaxM](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/maxm/32/42303_2.png) [@MaxM](https://devforum.zoom.us/u/MaxM)
#### Post date: [July 29, 2021, 10:45pm UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/14 "2021-07-29T22:45:55Z")

</div>

Hey @zoomdev1122,

> [@zoomdev1122](#):
>
> So should these users also be licensed (paid) users I mean what are the requirements for these users to be able to create meeting ?

A user doesn’t need to be licensed in order to create a meeting but their meeting will be limited to 40 minutes or less with more than 2 participants.

Please see our documentation [here](https://support.zoom.us/hc/en-us/articles/201363173-Account-types#:~:text=Basic%3A%20A%20basic,conference%20room%20connector.) for more information on unlicensed/basic users.

> [@zoomdev1122](#):
>
> By saying \* _" Starting at 50 licenses for $12,000/year"_ you mean 50 licensed users or what ?

That’s correct

Thanks,  
Max

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/zoomdeveloper/original/3X/6/1/614bdd549b610bbaa46ff934617683a02bdaa03c.png) [@system](https://devforum.zoom.us/u/system)
#### Post date: [August 29, 2021, 8:46am UTC](https://devforum.zoom.us/t/create-multiple-zoom-meetings-simultaneously/53861/15 "2021-08-29T08:46:54Z")

</div>

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