911pharma - Create users

Good afternoon,

I’m not able to create users through the Zoom API, it always gives me an error {“code”:2016,“message”:“No permission, please contact Zoom customer support.”}.

Link: https://911pharma.com/zoom/users_create.php

The account we have is Zoom One Pro, previously we had user creation working.

What do we need to do?

Wait for a reply, thank you.

@somosfarmacia are you trying to create custCreate users?
This API is only available for ISV customers.

I would recommending contacting sales if you which to do so.

Good Morning,

Previously we were able to create simple users with the Zoom Pro account, why are we not able to do that now?

Have there been any updates?

How can we create users without a password, simple, without a plan?

@somosfarmacia there was an update recently which limits custCreate users to only ISV accounts. You can still create basic users using the create user method

We use this endpoint: https://api.zoom.us/v2/users

Using the curl in php code.

=> Like this:
Method: POST
‘Authorization: Bearer ACCESS_TOKEN’
‘Content-Type: application/json’

‘action’ => ‘custCreate’,
‘user_info’ => [
‘email’ => $post_email,
‘first_name’ => $post_first_name,
‘last_name’ => $post_last_name,
‘display_name’ => $post_display_name,
‘type’ => 1
]
];

And this parameters. Now is not working, is giving this error {“code”:2016,“message”:“No permission, please contact Zoom customer support.”}

How we can do for have the permission to create users?

@somosfarmacia you cannot use this API with custCreate anymore, unless you sign up for ISV Account.

Alternatively you can do this.

‘action’ => ‘create’,
‘user_info’ => [
‘email’ => $post_email,
‘first_name’ => $post_first_name,
‘last_name’ => $post_last_name,
‘display_name’ => $post_display_name,
‘type’ => 1
]
];

Hi,

The idea of ​​not having a Zoom account and activating an account is to not have to do anything like it was done before.

We received this email:

"Hello, Ricardo Mega.
Somos 4 All (geral@somosfarmacia.pt) created a Zoom account for you. Click the button below to activate your account.

Activate your Zoom account

If the button above doesn’t work, copy and paste the link into your browser’s address bar and try again."

Can you contact us by email? geral@somosfarmacia.pt

@somosfarmacia ,

custCreate is no longer available for non ISV accounts.
The alternative is to either sign up for an ISV account, or to use create method (which will require a sign up process).

I’m not the right person for this, hence the contact form will route you to the right person taking care of your region.

Hi again,

Can you tell me which person i can talk, and the email?

Thank you.

@somosfarmacia please use the form

Where i see the form? Give me the link please.

Thank you.

sign up for an ISV account