Create a new human user
POST/v2/users/human
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated: Use CreateUser to create a new user of type human instead.
Create/import a new user with the type human. The newly created user will get a verification email if either the email address is not marked as verified and you did not request the verification to be returned.
Request​
Responses​
- 200
- 400
- 401
- 403
- default
OK
The request is malformed.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.