Description
I’m making an internal user level app to help with managing meeting polls. Polls are readily created, retrieved, posted to other meetings, working great. However, from my reading of the API docs, the ability to get poll results (reports) is oddly restricted to account level apps, even though users can run these reports on their own.
Error
User apps which try to get reports for a user get an invalid scope, requires report:read:admin, but this is not an available scope for users.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
User level OAuth
Which Endpoint/s?
https://api.zoom.us/v2/report/meetings/{meetingId}/polls
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Attempt a report/meetings/polls GET for an authorized user, receive scope error with no way to grant scope.
Additional context
This is a routine/allowed individual user behavior that’s being cast as an account level scope.