Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > SAWSessionService Service >

getCurUser() Method


The getCurUser() method gets the current user name for the session.

Signature

String getCurUser(String sessionID);

Argument
Description

String sessionID

A character string that identifies the session ID. The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Returns

Returns a string indicating the current user name for the session.

Siebel Analytics Web Services Guide