Home > @poq/sdk-sfcc > CustomersClient > postCustomersPasswordActionsCreateResetToken
Returns a reset password token for the passed in customer’s login that will be used with the customers/reset_password endpoint to change the customer’s password. This differs from the customers/password_reset endpoint as it does not require or allow before or after hook processing.
Signature:
postCustomersPasswordActionsCreateResetToken(body: ResetPasswordTokenRequest, options?: RequestOptions): Promise<PoqResponse<ResetPasswordTokenResult>>;
Parameter | Type | Description |
---|---|---|
body | ResetPasswordTokenRequest | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<ResetPasswordTokenResult>>