/user

View as Markdown
POST - adds a new user to the system and sets them as "enabled". All users added via this method are expected to be verified by the admin user making the request. Users must be created by a super-admin. Example input (used in this request URL): ``` FORM DATA user_email: {user_email}, first_name: {first_name}, last_name: {last_name} ``` Available - all API versions

Request

This endpoint expects a multipart form.
user_emailstringRequired
first_namestringRequired
last_namestringRequired

Response headers

Cache-ControlstringOptional
X-Debug-TokenstringOptional
Keep-AlivestringOptional

Response

OK
userobject
datasetslist of objects