Webhook for multiple separate zoom accounts

API Endpoint(s) and/or Zoom API Event(s)
Event webhook for recording start & stop. Also participant/host left meeting.

Description
We are a multi-location owner of a tutoring service. We have separate paid zoom accounts so that it’s easier to track the subscription expense for each location. Previously, we just created the private app that hit our web application for each zoom account. This worked well but now there is a CRC requirement, which makes it a hot mess to continue with this feature across all these accounts.

If we fold all zoom accounts into one master account, is there a way to have separate charges for different groups for accounting purposes?

Is there a different way to get this one app working for all my separate zoom accounts without separate secrets? Really the annoying part is I can’t set the generated secret for each account. If I could, then we can easily continue with the implementation and just adapt our settings so everything just continues to work.

hi @shabuta ,

As far as billing is concerned, there is one total bill, and you need to pay it.
Your situation suggests you have multiple groups paying individual bills.
If you bring them all together, you would be responsible for paying for them all.

You can put the accounts into groups for controlling features, but you still have to pay one bill for the number of licences used.

The security of Zoom requires the separate account to be dealt with separately.

If you install the app on each of the accounts you are using and run in developer mode, then that is ok. But you will have to deal with the individual secrets and OAuth returns.

With respect, it is not that hard a programming issue, although I do accept that you need to make an upgrade in how you run the code.

So I suppose you update your code or risk a customer not making a payment. I would personally do the code.
All the best

John