How do i know my accountid and all usersids?

Hi-

Just getting started. I would like to have a master account authenticated by JWT which will create meetings for users.

  1. How do I know which is the master accountId?
  2. How do I get a list of users which can be controlled by the accountId?
  3. When I use the endpoint, which fields are optional?

Endpoint: POST /v2/accounts/{accountId}/users/{userId}/meetings

And… is this the best way to get support?

Hi @scott,

To find your master account ID, you can use https://api.zoom.us/v2/users

You can use the same API - https://api.zoom.us/v2/users

The Master account APIs mirror standard APIs, therefore the same properties would be available.

If it’s developer related yes, the forum is the best way, otherwise you can submit a ticket to our support team.

Thanks

1 Like

How can I test these online with a JWT token? When I try, it asks for an OAuth token.

Hi @scott,

You should be able to test both standard and Master account APIs with ah JWT token. You can refer to our JWT docs on how to test online with a JWT token[1].

1 - https://marketplace.zoom.us/docs/guides/authorization/jwt/jwt-with-zoom

Hey @scott,

What error message are you getting?

You can test the GET /users API via the “Send a Test Request” feature on our docs. Just add your JWT Token as the oauth_access_token:

Then click send!

-Tommy

Waiking up an old issue…
I have managed to receive data from https://api.zoom.us/v2/users
In the received json, what is the master account_id key?

it seems to be working. I don’t know what the problem was or why it seems to have gone away. I’ll open a new ticket when it resurfaces.

Confidentiality & Non-Disclosure Warning: This message is intended for the exclusive use of the person or entity to which it is addressed. It may contain information that is confidential / privileged, and must be treated as such. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, copying or making a decision in reliance of its content is strictly prohibited. If you have received this message by error, please, destroy the message and kindly notify us immediately. Inappropriate/unauthorized use of the information shall be dealt with the applicable confidentiality and non-disclosure laws.

Hi, the query works, according to what is written in the previous answers above,
In the received JSON, what is the master account_id key

Hey @scott,

Happy to hear it is working! :slight_smile:

Thanks,
Tommy

Hey @david_s,

The account_id is account_id for the sub account.

What is your use case for needing the account_id for the master account?

Thanks,
Tommy