ZOOM REST API to create unique links

 Hi,

We want to use zoom rest API to integrate ZOOM in our website. We want create meeting and add users to the meeting using rest API. These rest API are availabe.

After the user is added to meeting/webinar, we want to give a unique join link to the user. Only one user should be able to join using the unique link. Is tis possible to do using zoom rest api?

Hi Sridhar, 

Currently, our REST API does not have the capability to send unique links to users using the join_url.  

Thanks

Hi Sridhar, 

Another way to do it is on your side, store the join_url and assigning a unique short url to a user similar to a bit.ly link.  

Hope this helps!

Thanks