Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 400 when creating a new user #83

Closed
IServetnik opened this issue Feb 5, 2021 · 2 comments
Closed

Error 400 when creating a new user #83

IServetnik opened this issue Feb 5, 2021 · 2 comments

Comments

@IServetnik
Copy link

Hello

When I try to create a new user, I get a 400 error
Is it through what I do not have PRO zoom account?

$zoom = new Zoom();

$user = $zoom->user->create([
          'first_name' => 'First Name',
          'last_name' => 'Last Name',
          'email' => 'test@test.com',
          'password' => 'secret'
]); 
@mrabbani
Copy link

mrabbani commented May 5, 2021

How did you solve this problem? @IServetnik

@IServetnik
Copy link
Author

I had version 1.0 in my project and I updated to the latest and it resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants