User
Complete the user registration
POST
/
user
/
complete
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Body
firstName
string
requiredThe firstname of the user
Required string length:
2 - 255
lastName
string
requiredThe lastname of the user
Required string length:
2 - 255
company
string | null
requiredThe company of the user
Required string length:
2 - 255
Response
201 - application/json
firstName
string
requiredThe firstname of the user
Required string length:
2 - 255
lastName
string
requiredThe lastname of the user
Required string length:
2 - 255
email
string
requiredid
string
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
Was this page helpful?