cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Create Meeting via Rest API

agugus
Explorer
Explorer

I try to create meeting via rest api with setting meeting invitees, but seem like it not invite anyone from the meeting invitees list into the call when zoom meeting created and no invite when zoom meeting started. I try using type instant meeting and schedule meeting, instant meeting didnt invite anyone, while schedule meeting only send invitation only, not call the user directly

1 ACCEPTED SOLUTION

colegs
Community Champion | Employee
Community Champion | Employee

@agugus - If you want to invite a user into a meeting, you want to use the "Use in-meeting controls" API and select the "participant.invite" method.

View solution in original post

2 REPLIES 2

colegs
Community Champion | Employee
Community Champion | Employee

@agugus - If you want to invite a user into a meeting, you want to use the "Use in-meeting controls" API and select the "participant.invite" method.

as per create meeting api, it only generate start url and required human to click link in order to start the meeting, is there any api that can help to start the meeting instant of clicking the start url