Retrieve Meeting Participants after meeting, Zoom API

I am getting  "Invalid access token, does not contain scopes: [report:read:admin]"

 

Can you please let us know why this is occurring?

 

Below is the Request API.

 

Method: GET.

 

URL: https://api.zoom.us/v2/report/meetings/859618995/participants

Header:

{  “key”:“Authorization”,       “value”:“Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI0R3d1SGhXOFMxbUR0NGVSVGhGUnJ3IiwiY2xpZW50SWQiOiIwaVdscXVCMlNvS1RSUEEwYmhmeXB3Iiwic2NvcGVzIjpbeyJuYW1lIjoibWVldGluZzp3cml0ZSIsInBhcmFtcyI6W119LHsibmFtZSI6InVzZXI6cmVhZCIsInBhcmFtcyI6W119LHsibmFtZSI6InJlY29yZGluZzp3cml0ZSIsInBhcmFtcyI6W119LHsibmFtZSI6IndlYmluYXI6d3JpdGUiLCJwYXJhbXMiOltdfV0sInRva2VuVHlwZSI6ImFjY2Vzc190b2tlbiIsImV4cCI6MTUyMjc1NzE5MiwidXNlcklkIjoiUmlaaDBTbTFTdjZYMmpQaU9VVWFidyIsImlhdCI6MTUyMjc1MzU5MiwianRpIjoiZDE0N2IyZmMtMTJkZS00ODg1LTg4NTEtNzkyZTI2ZjhjOGE1In0.9uG_sfHL5KRWueGCq4SmlEk22l5UL67itOIlOJUqqxg”}

 

 

Response:

{

    “code”: 4700,

    “message”: "Invalid access token, does not contain scopes: [report:read:admin]"

}

Stephen, our platform team is looking into it but expect delayed responses as they are out till Monday. we will get back soon. 

Hi Stephen, if you use oauth2 token to call this report API, so need " report:read:admin" scope. Now we don’t support to customize scopes for oauth2, this feature will come soon. 

But now you can use JWT with api key/secret to call this API now.