I have the Market Place for businesses services. And want to manage their employees zoom accounts. NEED HELP

I have the Market Place where businesses can add their services. And users can book this services. I want to implement zoom integration and add to each bookings a zoom link. It means I need to manage all business/employees acounts in my application. Is it possible?

Hi @vladimir.mozgin - it is possible to create meetings on behalf of other users.

If all users are on your account and you have Developer access, you can use JWT to authenticate requests to the Zoom API.

If users are not on your account, you will need to use OAuth and have users authorize your app.