Description
I’m getting an error that I do not have permission to get the Webinar absentees, which contains the attendance information. I need to update my app to identify attendance. I am using the Zoom API module “List Webinar Registrants” which requires “webinar:read:admin” “webinar:read” and that works. The Zoom API module “Get Webinar Absentees” has the same exact permissions needed, yet I am getting a permission error.
Error
{ “code”=200, “message”=“No permission .” }
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/past_webinars/{WebinarUUID}/absentees
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Make REST request with user’s token and the endpoint
- Returns the “no permission” error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.