Create Zoom meetings in house system

I just need to create Zoom meetings inside our in house sales system. No one else but our internal staff will use it. Whats the most basic thing we need to setup.
Thanks
Andy

Sounds like a Server-to-Server OAuth App is the best fit for your usage scenario because it’s only used by your organization and the meetings will be hosted by your own users. The Zoom Meeting REST APIs will let you edit your meetings.

Thanks, does that mean we still need to register the app ? It isn’t really an app, just a PHP page.

You’ll need to go to the Zoom Marketplace to build this application and get your API keys. But Server-to-Server OAuth applications can’t be published to the marketplace (since it can only affect your own users), so you won’t need to go through the certification process.

If your organization wants stricter control over which of your users can be provably affected by the application (say, for confidentiality), then a general application or OAuth application would give you per-user granularity. You won’t need to go through the certification process unless you want to manage users outside of your account.

1 Like

if you are using this on your account for your meetings, you don’t need to register and validate. Just write it, or have it written for you.

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