AddUserEx3
Create a customer
Last updated
Create a customer
Last updated
Adds a new user.
Parameter | Type | Description |
---|---|---|
Type | Description |
---|---|
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
webServiceUrl
string
URL to the QLM License Server
customerInfo
customer to add
updateIfExists
bool
update the customer information if the customer already exists
createUserAccount
bool
create a QLM user account.
response
string
XML fragment containing the result of the call. The Xml fragment schema is as follows:
bool
Returns true if the user was added. If the user was not added because of an error or because the user already exists and updateIfExists is false, the response contains details about the error. You can use QlmLicense.ParseResults to get details about the error.