Skip to content

Registers a new user.

POST
/api/user

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"firstname": null,
"lastname": null,
"email": null,
"password": null,
"gender": null,
"birthdate": null,
"mobilePhone": null,
"subscribeNewsletter": 0
}

Responses

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python