POST
/
auth
/
register

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Body

email
string
required
password
string
required
repeatPassword
string | null
required

Response

201 - application/json
id
string
firstName
string
required

The firstname of the user

lastName
string
required

The lastname of the user

email
string
required
defaultAccount
string | null
createdAt
string
updatedAt
string

The date and time when the resource was last updated.

userIdentifier
string
passwordEqual
boolean
completed
boolean
name
string
superAdmin
boolean
passwordRecoveryTokenExpired
boolean
resetPasswordToken
string | null
resetPasswordTokenExpiresAt
string | null