synGetUserProfile.Rd
Get the details about a Synapse user. Retrieves information on the current user if 'id' is omitted.
synGetUserProfile(id=NULL, sessionToken=NULL, refresh=NULL)
optional named parameter: The 'userId' (aka 'ownerId') of a user or the userName
optional named parameter: The session token to use to find the user profile
optional named parameter: If set to TRUE will always fetch the data from Synape otherwise
will use cached information
The user profile for the user of interest.
if (FALSE) {
my_profile <- synGetUserProfile()
freds_profile <- synGetUserProfile('fredcommo')
}