Home > @poq/sdk-sfcc > ICustomersClient > postCustomersPasswordActionsReset
Changes the customer’s password to the new password value in the call using the reset password token that was returned from the customers/reset_password_token endpoint. This differs from the customers/password_reset endpoint as it does not require or allow before or after hook processing.
Signature:
postCustomersPasswordActionsReset(body: ResetPasswordRequest, options?: RequestOptions): Promise<PoqResponse<void>>;
Parameter | Type | Description |
---|---|---|
body | ResetPasswordRequest | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<void>>