Send a test request whtat is userId?

Description
What to use for userId for Send a test request:

Error
{
“code”: 1001,
“message”: “User does not exist: wv…”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://zoom.us
https://zoom.us

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. I have used my client ID from OAuth app, generated token and body example
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Check your user ID is correct by sending your auth token on this API page: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users

Now It says token has expired.
I try to generated again but seems that it doesn’t work.
Capture-2

Managed to re-generate token this time with this URLs:
Capture-3

@igloo I don’t think is what I’m looking for because I don’t have a payed account to have users set up. I just needed my userID to create meeting and it worked with setting userId: /me/ and not userId: me btw.
Hope it makes sence.

1 Like

Hey @LCristian,

Yes, to look up your user (the owner of the access token) you can use the keyword me as the userID.

Thanks for your help @igloo! :slight_smile:

Thanks,
Tommy