API
Click here for a complete list of operations.
setGroup
Updates a Group node
Test
The test form is only available for methods with primitive types as parameters.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/setGroup" <?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> <setGroup xmlns="https://secure.logmeinrescue.com/API/API.asmx"> <iNodeID>int</iNodeID> <sName>string</sName> <eStatus>Disabled or Enabled</eStatus> <sDescription>string</sDescription> <aPermission> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> </aPermission> <aLockedPermission> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> </aLockedPermission> <iStandardConcurrentLimit>int</iStandardConcurrentLimit> <iMobileConcurrentLimit>int</iMobileConcurrentLimit> <iLensConcurrentLimit>int</iLensConcurrentLimit> <sAuthCode>string</sAuthCode> </setGroup> </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> <setGroupResponse xmlns="https://secure.logmeinrescue.com/API/API.asmx"> <setGroupResult>setGroup_Error or setGroup_OK or setGroup_NotLoggedIn or setGroup_InvalidParam_Status or setGroup_InvalidParam_Permission or setGroup_InvalidParam_LockedPermission or setGroup_InvalidParam_NodeID or setGroup_InvalidParam_Name or setGroup_InvalidParam_StandardConcurrentLimit or setGroup_InvalidParam_MobileConcurrentLimit or setGroup_Not_Enough_Seat_Licenses_Available or setGroup_Node_Cannot_Be_Enabled_Because_Its_Parent_Node_Is_Disabled or setGroup_Invalid_SecretAuthCode or setGroup_User_Deleted_Or_Disabled or setGroup_Params_Validated_Succesfully</setGroupResult> </setGroupResponse> </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> <setGroup xmlns="https://secure.logmeinrescue.com/API/API.asmx"> <iNodeID>int</iNodeID> <sName>string</sName> <eStatus>Disabled or Enabled</eStatus> <sDescription>string</sDescription> <aPermission> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> </aPermission> <aLockedPermission> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> <NODE_PERMISSIONS>RemoteControl or RemoteView or SendFile or SendURL or ViewSystemInformation or RebootClientComputer or ReceiveFile or SessionRecording or PrivateSessions or OneTimePermission or FileManagement or ScriptRunning or UnlimitedScripting or SessionTransferNotAllowed or TechEndSessionSurvey or WindowsCredentialsRequestNotAllowed or ClipboardSynchronizationNotAllowed or CallingCardDeployment or ScreenSharingNotAllowed or CollaborationNotAllowed or DeviceConfiguration or ChatSuppression or ChatSuppressionConsoleSwitch or EditCustomField</NODE_PERMISSIONS> </aLockedPermission> <iStandardConcurrentLimit>int</iStandardConcurrentLimit> <iMobileConcurrentLimit>int</iMobileConcurrentLimit> <iLensConcurrentLimit>int</iLensConcurrentLimit> <sAuthCode>string</sAuthCode> </setGroup> </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> <setGroupResponse xmlns="https://secure.logmeinrescue.com/API/API.asmx"> <setGroupResult>setGroup_Error or setGroup_OK or setGroup_NotLoggedIn or setGroup_InvalidParam_Status or setGroup_InvalidParam_Permission or setGroup_InvalidParam_LockedPermission or setGroup_InvalidParam_NodeID or setGroup_InvalidParam_Name or setGroup_InvalidParam_StandardConcurrentLimit or setGroup_InvalidParam_MobileConcurrentLimit or setGroup_Not_Enough_Seat_Licenses_Available or setGroup_Node_Cannot_Be_Enabled_Because_Its_Parent_Node_Is_Disabled or setGroup_Invalid_SecretAuthCode or setGroup_User_Deleted_Or_Disabled or setGroup_Params_Validated_Succesfully</setGroupResult> </setGroupResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /API/API.asmx/setGroup?iNodeID=string&sName=string&eStatus=string&sDescription=string&aPermission=string&aPermission=string&aLockedPermission=string&aLockedPermission=string&iStandardConcurrentLimit=string&iMobileConcurrentLimit=string&iLensConcurrentLimit=string&sAuthCode=string HTTP/1.1 Host: secure.logmeinrescue.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <setGroupRet xmlns="https://secure.logmeinrescue.com/API/API.asmx">setGroup_Error or setGroup_OK or setGroup_NotLoggedIn or setGroup_InvalidParam_Status or setGroup_InvalidParam_Permission or setGroup_InvalidParam_LockedPermission or setGroup_InvalidParam_NodeID or setGroup_InvalidParam_Name or setGroup_InvalidParam_StandardConcurrentLimit or setGroup_InvalidParam_MobileConcurrentLimit or setGroup_Not_Enough_Seat_Licenses_Available or setGroup_Node_Cannot_Be_Enabled_Because_Its_Parent_Node_Is_Disabled or setGroup_Invalid_SecretAuthCode or setGroup_User_Deleted_Or_Disabled or setGroup_Params_Validated_Succesfully</setGroupRet>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /API/API.asmx/setGroup HTTP/1.1 Host: secure.logmeinrescue.com Content-Type: application/x-www-form-urlencoded Content-Length: length iNodeID=string&sName=string&eStatus=string&sDescription=string&aPermission=string&aPermission=string&aLockedPermission=string&aLockedPermission=string&iStandardConcurrentLimit=string&iMobileConcurrentLimit=string&iLensConcurrentLimit=string&sAuthCode=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <setGroupRet xmlns="https://secure.logmeinrescue.com/API/API.asmx">setGroup_Error or setGroup_OK or setGroup_NotLoggedIn or setGroup_InvalidParam_Status or setGroup_InvalidParam_Permission or setGroup_InvalidParam_LockedPermission or setGroup_InvalidParam_NodeID or setGroup_InvalidParam_Name or setGroup_InvalidParam_StandardConcurrentLimit or setGroup_InvalidParam_MobileConcurrentLimit or setGroup_Not_Enough_Seat_Licenses_Available or setGroup_Node_Cannot_Be_Enabled_Because_Its_Parent_Node_Is_Disabled or setGroup_Invalid_SecretAuthCode or setGroup_User_Deleted_Or_Disabled or setGroup_Params_Validated_Succesfully</setGroupRet>