What scopes do I select for retrieving webinar participants' data?

Hi everyone,

I’m currently working on integrating Zoom’s API into AWS S3 and have encountered a challenge that I hope the community can help with.

Scopes Issue: What scopes do I select for retrieving webinar participants’ data?

I suppose the scope “report:read:list_webinar_participants:admin” might be the correct one, but I’m not sure.

Note: I will use Server 2 server OAuth App.

Thanks in advance!

Hi @user38
Thanks for reaching out to us and welcome to our community!
the scope report:read:list_webinar_participants:admin will allow you to access the Get webinar participant report endpoint.

Please note that each endpoint is associated with its correspondent Granular scopes, so if you want to confirm what scopes you need, you just need to look into the specific endpoint and make sure to add it to your app.

Hope that helps!

Hi, @elisa.zoom

I really appreciate it! I’ll test it out.

1 Like