Pipelet GenerateResetPasswordToken
Generate a random token that can be used for resetting the password of the passed Customer. The token is guaranteed to be unique and is valid for a limited time period, typically 30 minutes. Any token previously generated for this customer is invalidated.
Note: this pipelet allows access to sensitive financial and security information. Pay attention to appropriate legal and regulatory requirements.
Group:
Customer
Flags:
Transaction Required
Input Parameters
Customer
:
Customer
(Required)
The customer to generate the reset password token for.
Output Parameters
ResetPasswordToken
:
String
:
(Required)
The generated token.