Create a user
POST/api/v4/users
Create a new user on the system. Password is required for email login. For other authentication types such as LDAP or SAML, auth_data and auth_service fields are required.
Permissions
No permission required for creating email/username accounts on an open server. Auth Token is required for other authentication types such as LDAP or SAML.
Request
Responses
- 201
- 400
- 403
User creation successful
Invalid or missing parameters in URL or request body
Do not have appropriate permissions