UpdateUserEx4
Description
Updates the data of an existing user.
Parameters
Parameter | Type | Description |
---|---|---|
webServiceUrl | string | URL to the QLM License Server |
previousEmail | string | Email address of the existing user to update |
customerInfo | Customer Information | |
response | string | XML fragment containing the result of the call. |
Response XML format
Example error response
Remarks
To instruct the server to ignore the Privacy Consent settings, you must set the customerInfo.PrivacyConsentLastUpdate field to DateTime.MaxValue.
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
Last updated