This was the error I got
Invalid access token, does not contain scopes: [report:read:admin, zms:report:read]”. But I don’t see any report scope in oAuth configuration to enable.
Hi Tommy,
Thanks for your time.
RAFIKI-AI is a oAuth App that gets permission to access meetings and recordings. I am able to get the meetings and recordings, but I also need participants, not sure how to get it.
How do I make this app shareable within our circle for unit testing.
Have you tried using any of the following participant endpoints:
As for sharing your app, you can do so with users under your Zoom account, or if you want to test with users outside your Zoom account you can request a beta test url:
User doesn’t need to register to participate in the meeting and our User App is registered under a pro license account.
This is what I tried
/report/meetings/${meetingId}/participants. I got
Invalid access token, does not contain scopes: [report:read:admin, zms:report:read]”.
I don’t know where to enable this scope, I don’t see any scope to enable.