Which App Type (OAuth / Chatbot / JWT / Webhook)?
{{baseUrl}}/users?status=active&page_size=30&page_number=1
Which Endpoint/s?
{{baseUrl}}/users?status=active&page_size=30&page_number=1
How To Reproduce (If applicable)
Low confidence that https://jwt.io/ produced the correct key given that this is the second weekend I have spent and failed on both occasions.
Your documentation mentions an API Key but I have been given an SDK Key.
Your documentation mentions an “exp” expiry number, but no help on what the format of this should be?
The error code 124 means nothing.
Additional context
You need to review your documentation and make it easier for API developers.
We do not have time to waste, and failure to provide adequate documentation about authentication reflects badly on Zoom.
When you ask about email I used to create the account, this is interesting as I logged in with Google to create the account, and always have to start Zoom, and am unable to actually use my e-mail and a password to bypass Google login. Perhaps this is the problem?
So I looked into the workarounds you suggested, and they look rather too involved for a quick Postman check, so I did a google search and found complaints similar to mine about JWT earlier this month.
I had been using JWT.io to create my JWT manually, but found other people had been using zoom.us to create JWT apps.
When I did the same, I received a new JWT bearer token, then plugged that into Postman and voila, my API calls are now working.
I also reset my garry@trisys.co.uk password having found a reset password link (via google) as there is not one on the profile page.
Thank you so much for your help as it galvanised me to take another path.
If you’re going through the OAuth flow to generate an access_token, after you grab the code from the URL following installation of the app, you will need to pass this code as a parameter in your request to this endpoint: POST https://zoom.us/oauth/token
This request will return your access_token, and in Java, it would look something like this: