Is there a way to allow specific users to join a meeting?

Description
My interest is to generate meetings whose access through the “join_url” is guaranteed only to certain participating users; if the participant userId is not among those present, zoom generates an error message and access to the meeting is denied.

The possibility of defining the participating users who have access permission must be done both in the meeting creation phase and in subsequent phases (probably through the meeting update).
Does Zoom provide this feature? If so, through which parameter and on which API endpoint?

Thanks in advance

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Hi @Algor,

While there’s no guaranteed method to prevent users from sharing a join_url to a meeting, we recommend implementing registration to make the meeting as secure as possible. Registrants are provided with a unique join_url of their own, rather than a standard join_url.

We have the following endpoint for registering users programmatically as well:

Thanks,
Will

Thanks!!
I will come back if I have other doubts!

Glad I could help :slight_smile:

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