Not exactly understand what need to pass in userID. Documentation said: “The user ID or email address of the user.”, so i tried pass email and account number from profile page (5000277481), but receive same error:
{ code: 200, message: ‘Account does not enabled REST API.’ }
Did not find any information/documentation about REST API enabling. What i need to do?
Hi @hellomusic.ru
Thanks for reaching out to us, I am happy to help here!
Can you confirm that the email that you passed on the URL request is a user under your account?
I can authenticate with client credentias (Server-To-Server oAuth), but when I try to create a new meeting with POST /users/:userId/meetings, the server response is:
{
“code”: 200,
“message”: “Account does not enabled REST API.”
}
Hi @sala_opoaula01
Thanks for reaching out to the Zoom Developer Forum and welcome to our community.
Have you tried using the parameter “me” as userId when you create the meeting?
I am also having this same issue and cannot find any public fix.
Array ( [Status] => 1 [Message] => {“code”:200,“message”:“Account does not enabled REST API.”} )
Anyone have any solutions to this? I’m using OAuth Server to Server. Getting a valid token. Tried using email land user ID, same results. The account is the owner of the account with full permission. Please help.
Elisa, actually I just figured out my issue. I was using Server to Server OAuth and not authenticating my token properly. Thanks though for your quick response!
Thanks @matt12, the same thing happened to me. When using a Server-To-Server application, it is necessary to make the authentication request as follows: