How do i add users to my general user managed app so they can connect their zoom accounts

I have successfully created the General user-managed app and also using node.js and express i can connect the zoom account with my app and book the meetings of that specific user .

But the issue is i only can able to connect the user which created that app in market place or lets say admin i could not able to connect any other account to my app.Also the option to add users to test the app in development phase . The search results does not show already created zoom user to add in the app .

Reference :- General user-managed-app , Development mode , zoom apis ,

Hello @HimanshuDhiman1907

If you want users outside your account to test the integration, you will need to request beta access. Beta lets you share the app with external testers before it is published. You can follow the instructions here:
https://developers.zoom.us/docs/distribute/sharing-private-and-beta-apps/

Best,

Yoon

Thanks Yoon , I will look into the docs mentioned by you.