v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Register new user with application

post/register

Query parameters

nextstring

URL to redirect to on successful registration. Ignored for json request.

Request body

emailstring required

user identifier. This is by default an email address, but can be any (unique) field that is part of the User model and is defined in the SECURITY_USER_IDENTITY_ATTRIBUTES configuration variable. It will also match against numeric User model fields.

passwordstring required

Password

Response

Register response

Example response

{
  "meta": {
    "code": 200
  }
}