How can i add scopes to OAuth application

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

Thanks in advance…

Hey @rajesh1,

Make you sure you have the report feature.

Thanks,
Tommy

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

Hey @rajesh1,

To add the report scopes to your app, you must also have the report feature on your account.

Thanks,
Tommy

Oh ok for me there is no report feature in my account how can i enable that report feature

Hi @rajesh1, your app is likely a user-managed app. To access admin-level scopes, the app will need to be an Account-level app.