Account does not enabled REST API error while creating meeting

Hello,

I have a basic Zoom account. I’m getting the error “Account does not enable REST API” while accessing user details with API. I’m able to get the access token using Server-to- Server OAuth.

curl --location 'https://api.zoom.us/v2/users/{userId}
–header ‘Authorization: Bearer {token}’ \

Response :
{
“code”: 200,
“message”: “Account does not enabled REST API.”
}

Please let me know how to solve this issue.

Hi @rajeev.chandran ,

Can you please share your code for how you’re generating the token? Additionally, please see below: