Intergration multiple Account

I have multiple Zoom Account.
I want to create an application to show all account meeting schedule in 1 page. User able to see which time slot & account is available and create their zoom meeting. When user schedule a new meeting auto show the zoom link for them.

@venurse_leong ,

Thank you for posting in the Zoom Developer Forum – I am happy to help here. This requirement is definitely possible. There will be some developer lift on your end when it comes to users being able to see which time slot & account is available and create their Zoom meeting. All you would need to do to achieve this goal is create and published a Zoom marketplace OAuth app. Then you would need to call the List Meeting API (This will list all scheduled meetings for that user ). Once the user authorizes your OAuth app you will be able to make requests against Zoom API on their behalf.

Here are the related resources discussed above :

List meetings

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

Create an OAuth App

https://marketplace.zoom.us/docs/guides/build/oauth-app/