Hi Team,
I created on OAuth application and register few scopes i.e., user and meeting.
Now i need to add few more scopes to application like Report (report:read:admin)
But in scopes where the application created there are only few scopes like (Meeting,Webinar
Recording
User
Chat
PAC
Phone
TSP)
There is no reports scope to add
Hi Tommy,
Actually i want to add report scope to API Calls
here is the get call https://api.zoom.us/v2/report/billing
when i call that call with the access token i’m getting error.
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [report:read:admin, zms:report:read]”
}
how can i solve this issue