and added all available webinar scopes to it.
Successfully created a Webinar via Web and registrants attended it afterwards.
However, when a GET call to: /v2/webinars/XXXXXXXXXXX/registrants
I get: Response 400
{
“code”: 4711,
“message”: “Invalid access token, does not contain scopes:[webinar:read:list_registrants:admin, webinar:read:list_registrants].”
}
The scopes mentioned in the error are nowhere to be found when I try to add them in my App.
I added all available webinar scopes, however the ones Zoom API requires ([webinar:read:list_registrants:admin, webinar:read:list_registrants]) are missing in the options.
Hi @Serhii1 when you click on “Webinar” what do you see? In the screenshot, you have clicked “Dashboard”, so it’s only showing the Dashboard webinar scopes available to you.
When you paste in the search webinar:read:list_registrants:admin , you’re not seeing it at all?
If this is the case, there may be some account issue. You would open a support ticket and let them know the following:
client id
account id
your role/privileges (e.g. admin with all privileges or developer with admin privileges)
link to this post and that a developer advocate asked you to open a ticket
summary: you have all the webinar admin privileges and can add all the webinar scopes except the one that would allow you to access this endpoint (share the screenshots, API response)
Hi @gianni.zoom .
Exactly, I’ve created S2S App and I’m not seeing webinar:read:xxxxxxxx scopes at all.
What’s more confusing - I’m seeing webinar:write:xxxxxxx, webinar:update:xxxxx and webinar:deletexxxx scopes.
I’ll have my team open a support ticket.
Thank you.