labkey.whoAmI {Rlabkey} | R Documentation |
Call the whoami API to get information about the current LabKey user.
labkey.whoAmI(baseUrl=NULL)
baseUrl |
A string specifying the |
Returns information about the logged in user including: displayName, id, email, and whether or not the user is impersonated.
Cory Nathe
labkey.security.impersonateUser
,
labkey.security.stopImpersonating
## Not run:
library(Rlabkey)
labkey.whoAmI(baseUrl="http://labkey/")
## End(Not run)