labkey.whoAmI {Rlabkey} | R Documentation |
Call the whoami API
Description
Call the whoami API to get information about the current LabKey user.
Usage
labkey.whoAmI(baseUrl=NULL)
Arguments
baseUrl |
A string specifying the |
Value
Returns information about the logged in user including: displayName, id, email, and whether or not the user is impersonated.
Author(s)
Cory Nathe
See Also
labkey.security.impersonateUser
,
labkey.security.stopImpersonating
Examples
## Not run:
library(Rlabkey)
labkey.whoAmI(baseUrl="http://labkey/")
## End(Not run)
[Package Rlabkey version 3.2.3 Index]