Get Meeting Reports - wrong scope

I am using Server-to-server Oauth app.

I am trying the endpoint with proper accountId and userId
https://api.zoom.us/v2/accounts/{accountId}/report/users/{userId}/meetings

The response I get is
{"code":4700,"message":"Invalid access token, does not contain scopes: [report:master, report:read:master]."}"

In my app I have added the report:read:admin, which is the one menioned in the documentation:

So the application has report:read:admin, but the endpoint expects report:read:master -
could this be a bug ?

Hi @stanimir.varbanov
Thank you for bringing this up to our attention.
I am doing some debugging on my end and I will come back to you with an update shortly.

Cheers,
Elisa

Hi Elisa, any news on this topic ?

Hey @stanimir.varbanov
Thanks for reaching out back to us.
I am double checking with the team if this is a Documentation issue or a bug on our end.
I will reach out to your with an update soon (ZSEE-56190)
Best,
Elisa

Hi @stanimir.varbanov

Thank you for your patience while I investigated this issue further.
I just heard back from our Engineering team and I was told that this might be an issue with our Documentation and not a bug per se.
Could you please make sure to add the scope report:master to your Server to Server Oauth app and try again?
I was able to call the endpoint once I added the “report:master” endpoint

Please let me know if you need anything else from me
Best,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.