Confirm user invitation
post/auth/v0.1/customer/users/invite/confirm/{confirmToken}
Request
Authorization
X-AT
header
apiKey
Path Parameters
confirmTokenThe confirmation token as received by the end user.
string
REQUIRED
Body
application/json
tokenThe invitation token as received in an e-mail.
string
firstNameUser's first name.
string
REQUIRED
lastNameUser's last name.
string
REQUIRED
passwordThe encrypted and base64 encoded password of your user account.
string
REQUIRED
confirmationThe encrypted and base64 encoded new password for confirmation.
string
REQUIRED
Response
200If the invitation is for a non existing user, additional info is needed and the response will be different.
422Invalid invitation token.
Shell cURL
shell
Show schema
json