2. Create User (Personal / Save Reg code)

POST {{host}}/v1/user/signup/registration_code

Create a new user account without any profiles. Subsequently the profile creation endpoint must be used to complete the customer's account creation.

Request Body

{"email"=>"test.user123@email.com", "registrationCode"=>"{{registration-code-UUID}}", "language"=>"EN"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

"{\n    \"id\": {user_id},\n    \"name\": null,\n    \"email\": \"{user_email}\",\n    \"active\": true,\n    \"details\": null\n}"