TechnicianConsole


Click here for a complete list of operations.

twoFactorCheckPushAuthStatus

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/TechnicianConsole.asmx HTTP/1.1
Host: secure.logmeinrescue.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://microsoft.com/webservices/twoFactorCheckPushAuthStatus"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <twoFactorCheckPushAuthStatus xmlns="http://microsoft.com/webservices/">
      <sLoginToken>string</sLoginToken>
      <sPushToken>string</sPushToken>
    </twoFactorCheckPushAuthStatus>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <twoFactorCheckPushAuthStatusResponse xmlns="http://microsoft.com/webservices/">
      <twoFactorCheckPushAuthStatusResult>loginTwoFactorRet_UnknownError or loginTwoFactorRet_OK or loginTwoFactorRet_Poll or loginTwoFactorRet_InvalidToken or loginTwoFactorRet_TimeOut or loginTwoFactorRet_TwoFactorError or loginTwoFactorRet_TwoFactorRejected or loginTwoFactorRet_InvalidCode or loginTwoFactorRet_CompanyIsNotActive or loginTwoFactorRet_NoSuchUser or loginTwoFactorRet_CompanyBanned or loginTwoFactorRet_UserLockedOut or loginTwoFactorRet_EnterpriseDisabled or loginTwoFactorRet_UserNotActiveForThisRole or loginTwoFactorRet_InvalidPassword or loginTwoFactorRet_UserPasswordExpired or loginTwoFactorRet_OnlySSOLoginAllowed or loginTwoFactorRet_OnlySaml2LoginAllowed or loginTwoFactorRet_UserIsNotTechnician or loginTwoFactorRet_IPNotAllowed or loginTwoFactorRet_ConcurrentLimitExceeded or loginTwoFactorRet_RequiredEnterprise or loginTwoFactorRet_AlreadyUsedPassword or loginTwoFactorRet_UserNotLoggedIn or loginTwoFactorRet_PasswordStrengthNotMeetRequirement or loginTwoFactorRet_OldNewPasswordsMatch</twoFactorCheckPushAuthStatusResult>
      <iAttemptRemaining>unsignedByte</iAttemptRemaining>
      <iPasswordExpiresIn>int</iPasswordExpiresIn>
      <bIsTCRunning>boolean</bIsTCRunning>
      <sUrl>string</sUrl>
      <minimumPasswordStrength>unsignedByte</minimumPasswordStrength>
    </twoFactorCheckPushAuthStatusResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/TechnicianConsole.asmx HTTP/1.1
Host: secure.logmeinrescue.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <twoFactorCheckPushAuthStatus xmlns="http://microsoft.com/webservices/">
      <sLoginToken>string</sLoginToken>
      <sPushToken>string</sPushToken>
    </twoFactorCheckPushAuthStatus>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <twoFactorCheckPushAuthStatusResponse xmlns="http://microsoft.com/webservices/">
      <twoFactorCheckPushAuthStatusResult>loginTwoFactorRet_UnknownError or loginTwoFactorRet_OK or loginTwoFactorRet_Poll or loginTwoFactorRet_InvalidToken or loginTwoFactorRet_TimeOut or loginTwoFactorRet_TwoFactorError or loginTwoFactorRet_TwoFactorRejected or loginTwoFactorRet_InvalidCode or loginTwoFactorRet_CompanyIsNotActive or loginTwoFactorRet_NoSuchUser or loginTwoFactorRet_CompanyBanned or loginTwoFactorRet_UserLockedOut or loginTwoFactorRet_EnterpriseDisabled or loginTwoFactorRet_UserNotActiveForThisRole or loginTwoFactorRet_InvalidPassword or loginTwoFactorRet_UserPasswordExpired or loginTwoFactorRet_OnlySSOLoginAllowed or loginTwoFactorRet_OnlySaml2LoginAllowed or loginTwoFactorRet_UserIsNotTechnician or loginTwoFactorRet_IPNotAllowed or loginTwoFactorRet_ConcurrentLimitExceeded or loginTwoFactorRet_RequiredEnterprise or loginTwoFactorRet_AlreadyUsedPassword or loginTwoFactorRet_UserNotLoggedIn or loginTwoFactorRet_PasswordStrengthNotMeetRequirement or loginTwoFactorRet_OldNewPasswordsMatch</twoFactorCheckPushAuthStatusResult>
      <iAttemptRemaining>unsignedByte</iAttemptRemaining>
      <iPasswordExpiresIn>int</iPasswordExpiresIn>
      <bIsTCRunning>boolean</bIsTCRunning>
      <sUrl>string</sUrl>
      <minimumPasswordStrength>unsignedByte</minimumPasswordStrength>
    </twoFactorCheckPushAuthStatusResponse>
  </soap12:Body>
</soap12:Envelope>