I am using the trial Zoom Developer version.
I really appreciate the help solving this as I want to upgrade to the Pro / API plan, but I need to confirm that it works. Thanks!
I am attempting to create a user and I am getting an error “code”: 200, “message”: “No privilege.”
I am making the api call using the requests python library.
Below is the log from https://developer.zoom.us/me/call-logs/
=========================================================
2017-11-21 18:18:34 POST 400 https://api.zoom.us/v2/users
Request Information
Method / Endpoint
POST https://api.zoom.us/v2/users
Headers
accept-encoding: gzip, deflate
accept: application/json
authorization: ******
connection: close
content-type: application/json
user-agent: python-requests/2.18.4
Params
Body
{“action”:“create”,“user_info”:{“email”:"**********",“type”:1,“first_name”:“unQube”,“last_name”:“default”,“password”:""}}
Response Information
Status
400
Headers
Set-Cookie: cred=56B446F031BA9AF7DBB224C95F5B1662; Path=/; Secure; HttpOnly
Data
{
“code”: 200,
“message”: “No privilege.”
}