Click or drag to resize

IUCJson.SPGPassword Method

Change password in SPG App

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
string SPGPassword(
	string email,
	string token,
	string newPassword
)

Parameters

email
Type: System.String
EMail to send token to
token
Type: System.String
Token from PasswordReset
newPassword
Type: System.String
New Password

Return Value

Type: String
See Also