Skip to content

Registers a new user

POST
/api/users

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"firstName": "Melanie",
"lastName": "Musterfrau",
"email": "melanie.musterfrau@example.com",
"password": "Password123!",
"gender": 2,
"birthdate": "string",
"mobilePhone": "+491234567890",
"subscribeNewsletter": true
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python