Copy PageGetUserDataDescription Gets the UserData1 field for a specific license key. C#string GetUserData (string webServiceUrl, string activationKey, out string response) Parameters ParameterTypeDescriptionwebServiceUrlstringURL to the QLM License ServeractivationKeystringactivation key to query.responseout stringXML fragment containing the result of the call. Response XML format XML<?xml version='1.0' encoding='UTF-8'?> <QuickLicenseManager> <result>Successfully executed query using filter...</result> </QuickLicenseManager> Example error response XML<?xml version='1.0' encoding='UTF-8'?> <QuickLicenseManager> <error>Details about the error</error> </QuickLicenseManager> Return TypeDescriptionstringthe user dataUpdated almost 4 years ago Did this page help you?YesNo