<para> An Audit Log with a key of 'PasswordResetToken' will be written against the Client detailing that a Password Reset Token has been generated. The audit notes will record the Email Address. </para> <para> Can be used by Client portals via finPOWER Connect Web Services. </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| clientPk | Integer | The primary key of the Client. | ||
| expiryMinutes | Integer | The number of minutes after which the returned token will expire between 1 and 60. | ||
| emailAddress | String | An Email Address which, if not blank, will be validated to ensure it matches an Email Address recorded against the Client. | ||
| emailIsWebUserId | Boolean | |||
| resetToken | String | ByRef | The Reset Token. | |
| emailAddressInvalid | Boolean | ByRef | Indicates whether this method failed due to the supplied Email Address being invalid for the Client. |
A Boolean value indicating success.