Aqualogic Interaction API  
 

IPTSession.ImpersonateUser Method

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

Overload List

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(int);

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);

See Also

IPTSession Interface | com.plumtree.server Namespace