Request total number of basic users in account

I wanted to put in a request for the Zoom API to get the number of basic licenses in an account. This should go under the API command “Get Plan Usage” . Alternatively when pulling a list of users, you should be able to filter by license type to be able to get a total count.

From what I see, currently the Zoom API only pulls count info on Licensed users not Basic Users, and if you want to know how many Basic users are in the account via the API, you have to pull each individual user in the account and tally the number of “Basic” users. This can be an expensive method when using serverless cloud apps.

Thanks!

Maneesh