Best way to allow only a zoom group for use API integration to a portal to develop

Description
Hello Team, we have a requirement where the scope for all the data from some users are only allowed from a certain group set on zoom panel. The idea is have a portal for self-serving patients to schedule meeting with a doctor they have available. But this portal should only have access to the “doctors Group” users for creating meetings. I think the approach would be using OAuth on the integration with the portal to develop instead of use the JWT credentials that can have access to all the accounts from the portal to develop.

Would this be correct? or do you have any suggestion on how to achieve only access to zoom integration with the group the admin choose?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
How to restrict interaction only for a Zoom Group either using JWT or OAuth?

Which Endpoint/s?
/groups
/groups/{groupId}/members
/users/{userId}
use /users/{userId}/meetings for creating meeting if user exist on the group previously authorized.

Hey @Jose_A_Pena,

Thank you for reaching out to the Zoom Developer Forum. That’s correct! If you are looking to maintain scopes of data for users, using an OAuth App is the best option.

Let me know if you have any questions. :slightly_smiling_face:

Thanks,
Max

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