Requires: QLM Enterprise
Version: 15.0.21240.1
Creates a user account for a customer. To use a proxy server, you must set the UseProxyServer, ProxyUser, ProxyDomain and ProxyPassword properties prior to calling this function.
Note that to call this function, you must:
- Set the AdminEncryptionKey
C#: void CreateUserAccount(string webServiceUrl, string userAccountName, QlmUserAccount userAccount, out string response)
Parameters
webServiceUrl - URL to the QLM License Server.
userAccountName- name of the user account
userAccount - details about the user account to create
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>The user account xxx was created successfully.</result>
</QuickLicenseManager>
In the event of an error, the XML fragments returns:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
Comments
0 comments
Article is closed for comments.