# Create multiple meetings at once

**URL:** https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577
**Category:** Feature Requests
**Created:** [March 12, 2020, 12:53pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577 "2020-03-12T12:53:13Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![meltonml](https://avatars.discourse-cdn.com/v4/letter/m/b3f665/32.png) [@meltonml](https://devforum.zoom.us/u/meltonml)
#### Post date: [March 12, 2020, 12:53pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/1 "2020-03-12T12:53:13Z")

</div>

It would be useful to be able to create multiple meetings at one time (i.e. for advising appointments) and even have the ability to enter invitee email addresses so the meeting invitation is sent out to each. Thank you!

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [March 12, 2020, 4:28pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/2 "2020-03-12T16:28:58Z")

</div>

Hey @meltonml,

You can create multiple meetings for one time if you have multiple hosts to host the meeting.

> **[Can I Host Concurrent Meetings?](https://support.zoom.us/hc/en-us/articles/206122046-Can-I-Host-Concurrent-Meetings-)**
>
> Overview
> Zoom does not allow a user to host multiple meetings at the same time. If the host attempts to have concurrent meetings by scheduling two different meetings at the same time and enables jo...

For managing invites I would suggest to use [Calendly](https://marketplace.zoom.us/apps/BF4eht18S3a0KTLiKM3P0A) or [Google Calendar](https://marketplace.zoom.us/apps/VG_p3Bb_TwWe_bgZmPUaXw) to send out the meeting invitation.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![meltonml](https://avatars.discourse-cdn.com/v4/letter/m/b3f665/32.png) [@meltonml](https://devforum.zoom.us/u/meltonml)
#### Post date: [March 13, 2020, 12:27pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/3 "2020-03-13T12:27:40Z")

</div>

Hi @tommy. I was actually interested in the ability to create multiple meetings for different times. For example, if a teacher wanted to set up 10 meetings for 10 different advisees, say for 30 minutes each starting at 9:00am (9:30am, 10:00am, etc.), it would be nice if that could be accomplished from one screen, rather than having to create 10 individual meetings separately. We do use Google Calendar, but again the user then has to create 10 events and paste in the invitation code. It would be great if Zoom could use the Google Calendar API to automatically generate events for the meetings which would then send the email invitations (or something along those lines). Thanks!

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [March 13, 2020, 4:09pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/4 "2020-03-13T16:09:02Z")

</div>

Hey @meltonml,

You can accomplish this with [recurring meetings](https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings), or via the [Zoom Create Meeting API](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate).

As for contact and calendar APIs, we do see the value of this, but right now are focusing on Video / Phone / Chat.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![meltonml](https://avatars.discourse-cdn.com/v4/letter/m/b3f665/32.png) [@meltonml](https://devforum.zoom.us/u/meltonml)
#### Post date: [March 13, 2020, 4:42pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/5 "2020-03-13T16:42:58Z")

</div>

The recurring meetings feature actually won’t work for what we’re trying to accomplish. That uses the same meeting ID, and to keep the appointments private from one another, separate meeting IDs would be needed. Thanks for the info though!

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [March 13, 2020, 4:57pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/6 "2020-03-13T16:57:16Z")

</div>

Okay, your best bet to speed up this process would be to [automate with the API](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate).

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![gourab.singha](https://avatars.discourse-cdn.com/v4/letter/g/5fc32e/32.png) [@gourab.singha](https://devforum.zoom.us/u/gourab.singha)
#### Post date: [March 18, 2020, 9:43am UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/7 "2020-03-18T09:43:26Z")

</div>

Hi Tommy,

I able to create meeting using token, When I start desktop client from url skema, I am join as attendee. I have to put host key to be a host. My Question is  
1.How I can start desktop client as Host without log into zoom website?  
2. Which type of member I have to create to get host key that allow me to use that member host key to be a host.

Regards  
Gourab Singha

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [March 18, 2020, 4:05pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/8 "2020-03-18T16:05:45Z")

</div>

Hey @gourab.singha,

Simply use the start\_url returned in the response from [creating a meeting](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate) to start the meeting without logging in.

> [@gourab.singha](#):
>
> Which type of member I have to create to get host key that allow me to use that member host key to be a host.

Not sure what you mean by this, please share a screenshot.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![kevin.little](https://avatars.discourse-cdn.com/v4/letter/k/ed655f/32.png) [@kevin.little](https://devforum.zoom.us/u/kevin.little)
#### Post date: [April 15, 2020, 6:30pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/10 "2020-04-15T18:30:44Z")

</div>

I have a Zoom Account with 2 hosts, and i want to run simultaneous meetings (interviews). How do i make sure that these run smoothly. I have set up the second account as an admin and me as the owner. Is there anything else i would need to do?

Thanks for the help and support

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [April 16, 2020, 6:24am UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/11 "2020-04-16T06:24:23Z")

</div>

Hey @kevin.little,

You are good to go! Just use the two hosts to run the two meetings at the same time. 🙂

-Tommy

---

<div class="post-metadata">

### Author: ![supriyono.toto](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/supriyono.toto/32/6285_2.png) [@supriyono.toto](https://devforum.zoom.us/u/supriyono.toto)
#### Post date: [April 16, 2020, 5:25pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/12 "2020-04-16T17:25:03Z")

</div>

I have 4 hosts,  
How to setup 4 meetings at the same time?  
I have ever set it up, but when it is running/starting, I have to ending the other meeting.

Thanks for the help and support.

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [April 17, 2020, 6:07am UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/13 "2020-04-17T06:07:50Z")

</div>

Hey @supriyono.toto,

You will need 4 Zoom users.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![b.burchiellaro](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/b.burchiellaro/32/6344_2.png) [@b.burchiellaro](https://devforum.zoom.us/u/b.burchiellaro)
#### Post date: [April 17, 2020, 4:28pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/14 "2020-04-17T16:28:08Z")

</div>

Hello @Tommy! We are in the same situation.  
We own a PRO Plan and we need to set up multiple meetings and webinars at the same time. I understood from above that I have to set up a HOST account for each meeting but I cannot understand how to make a Host of our colleagues to make sure they can run their private meeting (that I, owner of the admin account, set up) while I am doing another meeting/webinar.

thanks in advance for your help!  
Benedetta

---

<div class="post-metadata">

### Author: ![supriyono.toto](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/supriyono.toto/32/6285_2.png) [@supriyono.toto](https://devforum.zoom.us/u/supriyono.toto)
#### Post date: [April 17, 2020, 11:57pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/15 "2020-04-17T23:57:51Z")

</div>

Dear Tommy,

it means when I set up 4 meetings at the same time in schedule meeting,

they will run simultaneously at the same time?

so far I have set it up, it doesn’t work.

Please advice.

---

<div class="post-metadata">

### Author: ![supriyono.toto](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/supriyono.toto/32/6285_2.png) [@supriyono.toto](https://devforum.zoom.us/u/supriyono.toto)
#### Post date: [April 18, 2020, 12:03pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/16 "2020-04-18T12:03:37Z")

</div>

Tommy,

please help me,  
I bought zoom for 4 hosts, but I can only use as 1 host.  
How to set up more than 1 host,  
How to separate to other hosts

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [April 20, 2020, 9:03pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/17 "2020-04-20T21:03:42Z")

</div>

Hey @b.burchiellaro,

The other host would need to create the other webinar / meeting and simply start it.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [April 20, 2020, 9:04pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/18 "2020-04-20T21:04:31Z")

</div>

Hey @supriyono.toto,

The other hosts would need to login to their Zoom account, and schedule and start the meetings.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![itsupport.dps](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/itsupport.dps/32/6888_2.png) [@itsupport.dps](https://devforum.zoom.us/u/itsupport.dps)
#### Post date: [April 24, 2020, 5:12am UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/19 "2020-04-24T05:12:50Z")

</div>

Hi Tommy,

I have 1 Pro account licensed with 2 hosts  
how do you start two schedule meetings simultaneously ?

I have tried all kinds of ways including logging in on two different devices and trying to start meetings.  
but still one meeting must be end.

please advice

regards,  
Rizky K

---

<div class="post-metadata">

### Author: ![akmenysgyvieji](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/akmenysgyvieji/32/6903_2.png) [@akmenysgyvieji](https://devforum.zoom.us/u/akmenysgyvieji)
#### Post date: [April 24, 2020, 9:28am UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/20 "2020-04-24T09:28:08Z")

</div>

Hello,  
I faced the same problem (1 Pro account with 2 hosts), was reading this page but could not understand how to connect second host (if I am the first) with my account. Finally I found the answer by myself.

What you need is:

1. Go to User management - Users - and be sure that you have at least one user in your users list. If not, add. (People invited have to create their own zoom account and associate it with your account - this happens automatically through the link they receive when you add users).
2. Once you have some users in your account, choose the one you want to make a host, select edit and change that person’s user type from basic to lisenced. That’s all!

The person you selected is the other host now and can schedule simultaneous meetings using his/her account.

If you have bought more hosts, just select the other people who are users in your account and whom you entrust to schedule and host new meetings.

Hope this will help:)  
Martynas

---

<div class="post-metadata">

### Author: ![itsupport.dps](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/itsupport.dps/32/6888_2.png) [@itsupport.dps](https://devforum.zoom.us/u/itsupport.dps)
#### Post date: [April 24, 2020, 12:09pm UTC](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577/21 "2020-04-24T12:09:02Z")

</div>

Hi Martynas,

thank you for your answers  
I hope this will be very helpful

but honestly I have done that to user management.  
I have a user owner (my account) and user admin (another account that I created)

what is still not successful is, that is possible if 2 users (hosts) to start many meeting schedule that has been scheduled on owner user meeting schedule simultaneously ?

thanks & regards,  
Rizky K

[Next page](https://devforum.zoom.us/t/create-multiple-meetings-at-once/8577.md?page=2)
