I want to create zoom meeting through api but getting 403 Forbidden error

After generating token through this api .

https://zoom.us/oauth/authorize

Using that token I try to call another zoom api

https://api.zoom.us/v2/users/meetings

But get error →

{
“code”: 403,
“message”: “Authenticated user has not permitted access to the targeted resource.”
}

Hi @voicemsg2000 , this means that your role does not have the permissions enabled to access that endpoint. Please speak to your admin to adjust the settings in the web portal.