In Zoom having (User type= Pro) I am integrating Zoom OAuth in my application, I can be able to create Zoom meeting and Able to register Registrants using OAuth approach.
But After Meeting ended i am trying to hit the Meeting participants .I am getting **“Invalid access token, does not contain scopes: [report:read:admin]” **can you let us know why it is coming.
Below is the Request API.
Method: GET.
URL: https://api.zoom.us/v2/report/meetings/859618995/participants
Header:
{ “key”:“Authorization”, “value”:“Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI0R3d1SGhXOFMxbUR0NGVSVGhGUnJ3IiwiY2xpZW50SWQiOiIwaVdscXVCMlNvS1RSUEEwYmhmeXB3Iiwic2NvcGVzIjpbeyJuYW1lIjoibWVldGluZzp3cml0ZSIsInBhcmFtcyI6W119LHsibmFtZSI6InVzZXI6cmVhZCIsInBhcmFtcyI6W119LHsibmFtZSI6InJlY29yZGluZzp3cml0ZSIsInBhcmFtcyI6W119LHsibmFtZSI6IndlYmluYXI6d3JpdGUiLCJwYXJhbXMiOltdfV0sInRva2VuVHlwZSI6ImFjY2Vzc190b2tlbiIsImV4cCI6MTUyMjc1NzE5Miw…”}