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
lastName
string
requiredThe lastname of the user
company
string | null
requiredThe company of the user
Response
201 - application/json
id
string
firstName
string
requiredThe firstname of the user
lastName
string
requiredThe lastname of the user
email
string
requireddefaultAccount
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?