Create user

POST {{baseUrl}}/api-user-create

Create a new user and project

Request Body

{"name"=>"<string>", "username"=>"<string>", "email"=>"<string>", "privacyPolicy"=>"<boolean>", "password"=>"<string>", "projectName"=>"<string>", "activationToken"=>"<string>", "identityProvider"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;redirectUrl&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}