Description
I am trying to connect my SF sandbox to Zoom account (Free version) using rest API for a POC, to get the meetings and attendees details.
is it possible using the free zoom version or do i need license.
Error
{“code”:4700,“message”:“Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, user:read, user:write].”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth, i have connected using Oauth 2. its showing authenticated but when i use any query to get the data. its throwing error.
Which Endpoint/s?
[https://api.zoom.us/v2/users/{userId}. all the endpoints
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
Screenshots (If applicable)
NA
Additional context
NA