getGlobalCustomerList

Retrieves a list of global customers from the Helix ALM License Server. A SOAP error envelope is returned if the operation fails.

After adding a customer, the list returned by getGlobalCustomerList may not immediately reflect the changes. The license server and Helix ALM Server may need time to sync.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.

Return value

Value Type
GlobalCustomerList CGlobalUser[]

Example

CGlobalUser[] globalCusts = ttsdk.getGlobalCustomerList(cookie);