Cannot figure out the right permissions to make particular scopes available to my app

I’m trying to get webinar registrants: Zoom Meeting API

I am missing these scopes per the 4700 returned: webinar:write:admin, webinar:read:admin, webinar:write, webinar:read

We can’t figure out what permissions to set so that they are available. I am seeing very few available scopes for my Server to Server app: 2022-09-09_13-23-51 - TechSmith Screencast - TechSmith Screencast

IT has granted me all of these permissions: 2022-09-09_13-25-56 - TechSmith Screencast - TechSmith Screencast

Hi @ChrisU
Hope you are doing great!
Are you seeing this error with a Server to Server OAuth app? or a “standard” OAuth app?

If it’s a S2S OAuth app, I think you are missing some permissions in your account,
Make sure you have User view and edit permissions, cause you will be accessing users’ data

Hope this helps!
Elisa

Thank you. Turning on the View permissions for Users got us read scopes which was enough for this endpoint.

1 Like