When performing a GET request to the endpoint api.zoom.us/v2/report/daily the following error occurs.
“{“code”:4700,“message”:“Invalid access token, does not contain scopes: [report:read:admin].”}”
When going to the app marketplace to check the scope, under the report scope, the account has report:read:admin. All options have been selected.
The returned results are successful when trying to access different endpoints, for instance, in the phone scope: https://api.zoom.us/v2/phone/calling_plans
We have verified that an admin with correct permissions set the scope for this application.
Steps to Reproduce:
- GET: any links to report endpoints
- Authorize with current Bearer token (app level authentication - no user permissions needed)
- Invalid access token, does not contain scopes: [report:read:admin]