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)
The user profile for the user of interest.
if (FALSE) { # \dontrun{
my_profile <- synGetUserProfile()
freds_profile <- synGetUserProfile('fredcommo')
} # }