labkey.security.stopImpersonating: Stop impersonating a user
Description
Stop impersonating a user while keeping the original user logged in.
Usage
labkey.security.stopImpersonating(baseUrl=NULL)
Value
Returns a success message based on a call to labkey.whoAmI.
Arguments
baseUrl
A string specifying the baseUrl for the LabKey server.
Author
Cory Nathe
Details
If you are currently impersonating a user in this session, you can use this
function to stop the impersonation and return back to the original user logged in.
To start an impersonation session use
labkey.security.impersonateUser.