cancel
Showing results for 
Search instead for 
Did you mean: 

Create Zoom Meetings for others

slated
Listener

Hey, I'm working on this problem:

Given an email registered on Zoom, create a meeting on behalf of the given email and return the meeting link.

 

Key point is:

- The meeting host should be the given email

 

 

 

(This has to be used on a meeting scheduler application, that generates Zoom meetings for users automatically)

2 REPLIES 2

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

Hey, @slated,

 

Are you developing software that needs to do this?  You’d need to research the Zoom API and perform this through the Zoom back end after getting the user’s authorization. Calendly does this quite well; you might check out their user interface, and implement something similar for your specific implementation needs. 

I’d also recommend following the Zoom Developer site


Ray - Need cost-effective Zoom Events Help? Visit Z-SPAN.com.
Please click Accept As Solution if this helped you !

Hi Team,

 

I have the same problem. We want our end users (who are external users) to create meeting from our website using their zoom credentials. Is it possible?

Even entering credentials part can be skipped using Single sign on? 

 

Please show me way to achieve this?