How to retrieve number of pro/business licenses on account?

Does anyone have an idea on how to get the number of licenses there are for the zoom account?

I’ve tried:
GET https://api.zoom.us/v2/accounts/me/plans

And billing endpoints, however most billing endpoints give an error: Invalid access token, does not contain scopes:

Also within the new API documentation there are no endpoints documented for plans or billing, and I can’t find another response that provides the amount of licenses we have for each products, or in general the licenses.

Hi @mees. You should be able to use Get plan usage to list the plans available for an account. The link to the billing API reference doc is on the API reference page, in the Master accounts section, under References. I’ll make a suggestion to make this more discoverable.

1 Like