Basic user representing the format of user data within this application.
Instanciates a new User and (optionally) hydrates with data
An object literal used to hydrate the User class.
User's email address
waldo@harvard.edu
Unique ID representing a user. See [[HarvardKeyProfile.eppn]] for more information
4A2849CF119852@harvard.edu
User's first name
James
A list of grouper group names that the user belongs to
['authorized-admins-seas-course-planning']
User's Last name
Waldo
Get the user's name as firstName lastName
Jim Waldo
Get the user's name as lastName, firstName
Waldo, Jim
Generated using TypeDoc
Basic user representing the format of user data within this application.