getGlobalUserList
Retrieves a list of global users from the Helix ALM License Server. A SOAP error envelope is returned if the operation fails.
After adding a user, the list returned by getGlobalUserList 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 |
---|---|
GlobalUserList | CGlobalUser[] |
Example
CGlobalUser[] globalUsers = ttsdk.getGlobalUserList(cookie);