GetOrganization

Description

Gets an organization

Note that to call this function, you must:

  • Set the AdminEncryptionKey

IQlmOrganizationInfo UpdateOrganization(string webServiceUrl, int orgID, string orgName)

Parameters

ParameterTypeDescription

webServiceUrl

string

URL to the QLM License Server.

orgID

int

Organization ID

orgName

string

Organization Name

Return

TypeDescription

Organization information

Remarks

You must set the orgID or the orgName.

Availability

  • Edition: QLM Enterprise

  • Version: v17+

Last updated