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
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: