Learn R Programming

Rlabkey (version 2.8.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)

Arguments

baseUrl

A string specifying the baseUrl for the LabKey server.

Value

Returns a success message based on a call to labkey.whoAmI.

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
# NOT RUN {
library(Rlabkey)

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

# }

Run the code above in your browser using DataLab