UserGroupHeader.Rd
Select metadata about a Synapse principal. In practice the constructor is not called directly by the client.
UserGroupHeader(ownerId=NULL, firstName=NULL, lastName=NULL, userName=NULL, email=NULL, isIndividual=NULL)
optional named parameter: A foreign key to the ID of the 'principal' object for the user.
optional named parameter: First Name
optional named parameter: Last Name
optional named parameter: A name chosen by the user that uniquely identifies them.
optional named parameter: User's current email address
optional named parameter: TRUE if this is a user, false if it is a group
An object of type UserGroupHeader