Click or drag to resize

IUCJsonLogin Method

Login user

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
MemberContact Login(
	string userName,
	string password,
	string deviceId
)

Parameters

userName  String
user name
password  String
password
deviceId  String
device Id. Should be empty for non device user (web apps)

Return Value

MemberContact
Contact
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.UserNamePasswordInvalid
  • StatusCode.AuthFailed
  • StatusCode.DeviceIsBlocked
  • StatusCode.InvalidPassword
  • StatusCode.LoginIdNotFound
Remarks
LS Central WS2: MemberLogon
See Also