Create a new user
Creates a user account (admin operation).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
email
password
first_name
last_name
user_types
Group names to assign to the user
organisation_id
ID of the organisation to associate the user with
Response
User created
id
email
first_name
last_name
organisation_id
is_admin
is_staff
is_active
is_email_verified
is_superuser
created
groups
Errors
400
Create User Request Bad Request Error