Aqualogic Interaction API  
 

IPTSession.ImpersonateUser Method (String)

Creates a new session using a different user ID. This method will succeed if the calling user is either: 1) a sys admin 2) a user with admin access to the user they wish to impersonate

IPTSession ImpersonateUser(
   string strUserName
);

Parameters

strUserName
- The login name of the user to impersonate.

Return Value

An IPTSession connected as the specified user.

See Also

IPTSession Interface | com.plumtree.server Namespace | IPTSession.ImpersonateUser Overload List