UserGroupHeader | R Documentation |
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)
ownerId |
optional named parameter: A foreign key to the ID of the 'principal' object for the user. |
firstName |
optional named parameter: First Name |
lastName |
optional named parameter: Last Name |
userName |
optional named parameter: A name chosen by the user that uniquely identifies them. |
email |
optional named parameter: User's current email address |
isIndividual |
optional named parameter: TRUE if this is a user, false if it is a group |
An object of type UserGroupHeader
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.