You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zoom API Version 2 provides a set of Master Account APIs. To be able to use these APIs, please contact the team. These APIs allow a Master Account to manage Sub Accounts utilizing the Master Account’s API Key/Secret. Previously you would have to know the Sub Account’s API Key/Secret to manage it’s users and meetings. The endpoints mirror the standard Zoom API, pre-pended with /accounts/{accountID}
The text was updated successfully, but these errors were encountered:
This would be difficult to test since this set of API endpoints is only made available within the Zoom ISV platform.
In reality the only thing that changes about the requests is the URL.
for example to use get_account_settings the URL would be "/v2/accounts/{accountID}/settings"
The accountID for the master would be the string "me"
To get the accountID for any sub accounts you would need to use the list_sub_accounts endpoint
I looked around at the source code and didn't see support for the Master Account API structure.
If someone has access to that set of API's it would be cool to get implemented. If I am lucky enough, I'll get access and get around to it.
Example: https://marketplace.zoom.us/docs/api-reference/master-account-apis/meeting-apis
The text was updated successfully, but these errors were encountered: