Click or drag to resize

IUCJsonPasswordReset Method

Reset current password or request new password for new Member Contact. Send either login or email depending on which function is required. If sendEmail is true, send only email address, login is not used in this mode

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
string PasswordReset(
	string userName,
	string email
)

Parameters

userName
Type: SystemString
Provide Login Id (UserName) to reset existing password
email
Type: SystemString
Provide Email to create new login password for new Member Contact

Return Value

Type: String
Token to be included in Email to send to Member Contact. Send the token with PasswordChange function
Remarks
LS Central WS2 : MemberPasswordReset
See Also