Master Account Plan Settings

I’m looking for a way to find master account plan settings/details using the API. Currently there are calls for the sub-accounts, but seemingly nothing covering the master account. Specifically, I’m looking for a way to programmatically find the maximum number of Pro accounts for a master account.

Thanks in advance for your help!

Hi Dave, 

You can use the accounts API to find the max number of Pro accounts. Within your code, after you get the response, you can check the “account type” property for “Pro”. https://zoom.github.io/api/#list-sub-accounts 

Hi Michael - thank you for the reply! The link you cited references sub-accounts. Are master accounts included in the calls made using that same request? The documentation explicitly seems to indicate that request is for sub-accounts only.

Hi Dave, 

Unfortunately, we do not have the capabilities of checking Pro accounts for Master accounts with our v2 API as of yet. We can put in a request for this on our roadmap.  

Thanks Michael for confirming - looking forward to this feature being available!