UserSummary Type

A subset of the entire user entity which is returned as part of collections.

Fields

FieldTypeDescription
IDLong
creationDateDateThe creation date of the entity
emailStringThe user's email address
enabledBooleanIndicates if the user account is enabled. If this field is not specified it is expected that enabled is true.
firstNameStringThe user's first name.
lastNameStringThe user's last name
levelLevelEntityThe user's current level in the system. This includes how many points that have accrued and information about the level this puts them at.
linksMapLinks (URIs) relevant to the entity. A link may for example point to additional information about the entity or allow the user to perform related actions.
modificationDateDateThe modification date of the entity
nameStringThe full-name or display name for the user. This is the name that the user wants to display to others and be identified as throughout the system to other users.
resourcesMapLinks to actions which can be taken on the current entity. The embedded link contains information about what methods are available on the given link.
typeString
usernameStringThe username for the user. Usernames are human-readable and unique system-wide, this uniqueness is enforced at creation time.
viewCountIntegerThe view count of the entity