Issue in creating user

I am trying to create an user with below request body input.
{
“action”:“custCreate”,
“user_info”:{
email":"example@gmail.com”,
“first_name”:“john”,
“last_name”:“doe”,
“type”:1,
“password”:“Johndoe@1”
}
}

Url: https://api.zoom.us/v2/users
Method: POST
I am getting response as
{
“code”: 2016,
“message”: “No permission, please contact Zoom customer support.”
}.
Also I am using trial account right now, even if I change the action as create it gives me response as

{
“code”: 200,
“message”: “No privilege.”
}

Why this issue is coming ?

Hi @jharaj659,

Let me apologize for the late response. We had some posts slip through the cracks for one reason or another, but we didn’t want you to go without a response even it if is a late one.

This is probably due to you not having permissions on the account to be a developer. Please make usre you speak with your account admin and get the proper permissions.