Learn R Programming

Rlabkey (version 3.3.0)

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.

See Also

labkey.whoAmI, labkey.security.impersonateUser

Examples

Run this code
if (FALSE) {

library(Rlabkey)

labkey.security.stopImpersonating(baseUrl="http://labkey/")

}

Run the code above in your browser using DataLab