powered by
Call the whoami API to get information about the current LabKey user.
labkey.whoAmI(baseUrl=NULL)
Returns information about the logged in user including: displayName, id, email, and whether or not the user is impersonated.
A string specifying the baseUrl for the LabKey server.
baseUrl
Cory Nathe
labkey.security.impersonateUser, labkey.security.stopImpersonating
labkey.security.impersonateUser
labkey.security.stopImpersonating
if (FALSE) { library(Rlabkey) labkey.whoAmI(baseUrl="http://labkey/") }
Run the code above in your browser using DataLab