Login user
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxMemberContact 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
MemberContactContact
Exceptions| Exception | Condition |
|---|
| LSOmniServiceException | StatusCodes returned:
- StatusCode.Error
- StatusCode.UserNamePasswordInvalid
- StatusCode.AuthFailed
- StatusCode.DeviceIsBlocked
- StatusCode.InvalidPassword
- StatusCode.LoginIdNotFound
|
Remarks
LS Central WS2: MemberLogon
See Also