Skip to main content
POST
/
commerce
/
customer
/
accounts
/
Update-Forgotten-Password
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Properties of the confirmation code. Required properties: UserName, NewPassword, and ConfirmationCode.

Used to update a user's forgotten password. Contains the user's email address, new password, and the confirmation code that is required to update the password.

userName
string | null

UserName of the user who has requested a new password.

confirmationCode
string | null

Confirmation code that a user supplies when requesting a new password.

newPassword
string | null

The user's new password.

Response

200

Success