API


Click here for a complete list of operations.

setUser

Updates a Person node

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 /API/API.asmx HTTP/1.1
Host: secure.logmeinrescue.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://secure.logmeinrescue.com/API/API.asmx/setUser"

<?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>
    <setUser xmlns="https://secure.logmeinrescue.com/API/API.asmx">
      <iNodeID>int</iNodeID>
      <sName>string</sName>
      <sNick>string</sNick>
      <sEmail>string</sEmail>
      <sSSOID>string</sSSOID>
      <sPwd>string</sPwd>
      <sConfPwd>string</sConfPwd>
      <sCurrentPwd>string</sCurrentPwd>
      <eStatus>Disabled or Enabled</eStatus>
      <sDescription>string</sDescription>
      <eAddOns>True or False</eAddOns>
      <sAuthCode>string</sAuthCode>
    </setUser>
  </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>
    <setUserResponse xmlns="https://secure.logmeinrescue.com/API/API.asmx">
      <setUserResult>setUser_Error or setUser_OK or setUser_NotLoggedIn or setUser_InvalidParam_MobileAddOn or setUser_InvalidParam_Status or setUser_InvalidParam_NodeID or setUser_InvalidParam_Name or setUser_InvalidParam_Email or setUser_InvalidParam_Email_Already_In_Use or setUser_InvalidParam_Missing_Current_Password or setUser_InvalidParam_Password_Cannot_Contain_Whitespace_Characters or setUser_InvalidParam_Password_Has_To_Be_At_Least_8_Characters_Long or setUser_InvalidParam_Password_Has_To_Contain_At_Least_Two_Uppercase_Letters_Numbers_Or_Special_Characters or setUser_InvalidParam_Password_Length_Has_To_Be_Bigger_Than_Zero or setUser_InvalidParam_Password_Does_Not_Meet_The_Minimum_Password_Strength_Requirements or setUser_InvalidParam_Password_New_Passwords_Do_Not_Match or setUser_InvalidParam_Current_And_New_Password_Match or setUser_InvalidParam_Current_Password_Is_Wrong or setUser_InvalidParam_Missing_Confirmation_Password or setUser_Not_Enough_Seat_Licenses_Available or setUser_Node_Cannot_Be_Enabled_Because_Its_Parent_Node_Is_Disabled or setUser_Invalid_SecretAuthCode or setUser_User_Deleted_Or_Disabled or setUser_Params_Validated_Succesfully or setUser_InvalidParam_SSOID_Already_In_Use</setUserResult>
    </setUserResponse>
  </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 /API/API.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>
    <setUser xmlns="https://secure.logmeinrescue.com/API/API.asmx">
      <iNodeID>int</iNodeID>
      <sName>string</sName>
      <sNick>string</sNick>
      <sEmail>string</sEmail>
      <sSSOID>string</sSSOID>
      <sPwd>string</sPwd>
      <sConfPwd>string</sConfPwd>
      <sCurrentPwd>string</sCurrentPwd>
      <eStatus>Disabled or Enabled</eStatus>
      <sDescription>string</sDescription>
      <eAddOns>True or False</eAddOns>
      <sAuthCode>string</sAuthCode>
    </setUser>
  </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>
    <setUserResponse xmlns="https://secure.logmeinrescue.com/API/API.asmx">
      <setUserResult>setUser_Error or setUser_OK or setUser_NotLoggedIn or setUser_InvalidParam_MobileAddOn or setUser_InvalidParam_Status or setUser_InvalidParam_NodeID or setUser_InvalidParam_Name or setUser_InvalidParam_Email or setUser_InvalidParam_Email_Already_In_Use or setUser_InvalidParam_Missing_Current_Password or setUser_InvalidParam_Password_Cannot_Contain_Whitespace_Characters or setUser_InvalidParam_Password_Has_To_Be_At_Least_8_Characters_Long or setUser_InvalidParam_Password_Has_To_Contain_At_Least_Two_Uppercase_Letters_Numbers_Or_Special_Characters or setUser_InvalidParam_Password_Length_Has_To_Be_Bigger_Than_Zero or setUser_InvalidParam_Password_Does_Not_Meet_The_Minimum_Password_Strength_Requirements or setUser_InvalidParam_Password_New_Passwords_Do_Not_Match or setUser_InvalidParam_Current_And_New_Password_Match or setUser_InvalidParam_Current_Password_Is_Wrong or setUser_InvalidParam_Missing_Confirmation_Password or setUser_Not_Enough_Seat_Licenses_Available or setUser_Node_Cannot_Be_Enabled_Because_Its_Parent_Node_Is_Disabled or setUser_Invalid_SecretAuthCode or setUser_User_Deleted_Or_Disabled or setUser_Params_Validated_Succesfully or setUser_InvalidParam_SSOID_Already_In_Use</setUserResult>
    </setUserResponse>
  </soap12:Body>
</soap12:Envelope>