Create a User
POST/v2/users/new
Create a new human or machine user in the specified organization.
Required permission:
- user.write
Request​
Responses​
- 200
- 400
- 401
- 403
- 409
- 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.
The user already exists.
An unexpected error response.