Home → API Documentation → Login / Password Reset → api/LoginReset
4.3. api/LoginReset
This API call is used to generate a password reset link for a user.
You can first use api/EmailCheck to confirm the contact's uid.
Parameters To Submit
All parameters are required and cannot be empty.
| Parameter | Parameter Help | Parameter Data Type |
| emailaddress | Contact’s email address. | String – Max 250 chars |
| uid | Contact's GUID. | String – Max 50 chars |
Return Response
The API call ResponseMessage will return the following fields of data.
| Field | Field Help |
| uid | The contact’s uid that has the provided email address associated with their contact record. |
| LoginVerified | True/False value indicating if the email address has been verified. |
|
PasswordResetVal
|
This Val is required as part of api/PasswordReset. |
|
PasswordResetID
|
This ID is required as part of api/PasswordReset. |
You must pass ValidationID and ValidationVal as part of api/PasswordReset.
This page was: Helpful |
Not Helpful
