View source: R/labkey.defaults.R
labkey.whoAmI | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.