Allow only list of users signed in from provided emails to join zoom meeting

I’ve created zoom app and I want to schedule meeting in which only those participants are allowed to enter whose email ids are provided, no participant other than that is allowed to enter even is someone has shared password with him/her. Is this achievable ?

Greetings & Welcome, @alfahad ,

Thank you for posting in the Zoom Developer Forum – I am happy to help here. The workflow described is certainly possible. Before starting, I want to make sure I have a clear understanding of the desired workflow. Is it accurate to say that you want to control meeting access? Can you tell us at what point in your workflow are scheduling the meeting? Have you considered leveraging the waiting when creating a meeting? You can enable the Waiting Room feature via API upon meeting creation. This will allow the host to vet and control what participants can enter the meeting. Learn more about the Waiting Room feature here:

Create a meeting API

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingCreate

Let me know if this helps or if you have further clarification.