Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for v2 Master Account API #90

Open
h0h0h0 opened this issue May 14, 2020 · 1 comment
Open

Support for v2 Master Account API #90

h0h0h0 opened this issue May 14, 2020 · 1 comment

Comments

@h0h0h0
Copy link

h0h0h0 commented May 14, 2020

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

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}

@shirus172
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants