getUserForCurrentSession
Retrieves the record for the user in the current SOAP session. A SOAP error envelope is returned if the operation fails.
Parameters
Parameter | Type | Description |
---|---|---|
cookie | long | Session cookie returned by projectLogon. |
Return value
Value | Type |
---|---|
pUser | CUser |
Example
CUser usr = ttsdk.getUserForCurrentSession(cookie);