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:
I have used my client ID from OAuth app, generated token and body example
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
igloo
(Igloo)
July 10, 2020, 4:02pm
2
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.
Managed to re-generate token this time with this URLs:
@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
tommy
(Tommy Gaessler)
July 15, 2020, 7:58pm
6
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 !
Thanks,
Tommy