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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"redirectUrl":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}