Description
We have an OAuth app. Using an authorized token (scope includes report:read:admin), we are making a call to get a past webinar’s participant report, but got an unexpected error message.
The user account tied to the token is able to log in to their Zoom account, and see the webinar listed Reports > Usage Reports > Webinar, so we expect calling this API method to return without error.
Was the report;read:admin scope recently added? If so you would need to re-authenticate and get a new bearer token in order for the scopes to reflect and return the data you are looking for.
Thank you, I was able to test this on my end and was not able to reproduce the error you’re seeing. Also, just to clarify, your app is a server 2 server oauth app, correct? If not it isn’t you wouldn’t have the admin scopes that you mentioned above.
@rarev - our app is an oAuth app. Other user tokens are working as expected, but not sure what permission might be missing that would throw this error message since it’s not noted in your documentations.