ndex_find_user_byId | R Documentation |
Get User By UUID
ndex_find_user_byId(ndexcon, userId)
ndexcon |
object of class NDExConnection linkndex_connect |
userId |
character; unique ID (UUID) of the user |
list of properties describing the user (externalId, emailAddress, website, etc.). Throws error (404) if user isn't found!
GET: ndex_config$api$user$get$byId
Compatible to NDEx server version 2.0
## Establish a server connection
ndexcon = ndex_connect()
## Find user by name
user = ndex_find_user_byName(ndexcon, 'ndextutorials')
## Find user by Id
user = ndex_find_user_byId(ndexcon, user$externalId)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.