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.
gianni.zoom
(OOO 11/1 - 11/8)
November 28, 2023, 5:05pm
2
Hi @rajeev.chandran ,
Can you please share your code for how you’re generating the token? Additionally, please see below:
Hi @marc5 ,
There are several threads on this with tagged solutions. Please use the search feature
This one may be helpful"
I also recommend retrieving your access token via Postman and seeing if it allows you to query the API endpoint. If successful, it can help isolate the error in your code.: Postman