Register a new user

Creates a new user account and sends an email verification link.

Request

This endpoint expects an object.
emailstringRequired
passwordstringRequired=8 characters
first_namestringRequired
last_namestringRequired
user_typeslist of stringsOptional
Group names to assign to the user
organisation_idintegerOptional
ID of the organisation to associate the user with

Response

User registered successfully
messagestring
userobject

Errors

400
Register Request Bad Request Error