Authenticates a user for the current websocket session.
POST /AuthenticateUser HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 37 { "UserName": "text", "Password": "text" }
Successful authentication response
{ "authenticated": true, "user": { "userId": 1, "userName": "text", "email": "text", "emailVerified": true, "accountId": 1, "omsId": 1, "use2FA": true }, "locked": true, "requires2FA": true, "twoFAType": "text", "twoFAToken": "text", "errormsg": "text" }