Receiving a "code": 200, "message": "No privilege.

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.”
}

Have you tried adding a user from the Zoom UI? If you cannot do it there, it may because you don’t have a credit card on file…

Sorry, I have a question on how where should I go to set up the credit card?
Do you mean that if I do not set the credit card data, I will always get the 400 error with message “No privilege” with POST https://api.zoom.us/v2/users API?

Hey @alexlee11111, Thanks for posting and using Zoom!

In order to call the Zoom API’s you have to have at least a Pro Account. If you’d like, you can request a free trail account to test out the API’s.

You can access your billing page here https://zoom.us/billing.

Thanks,
Tommy

1 Like