User

User

Type Definitions

User

Source:
Properties:
Name Type Description
sys Object System metadata
Properties
Name Type Description
id string User id
type string Entity type
firstName string User first name
lastName string User last name
avatarUrl string User avatar url
email string User email
activated boolean User activated
signInCount number User sign in count
confirmed boolean User confirmed
toPlainObject() function Returns this User as a plain JS object

UserCollection

Source:
Properties:
Name Type Description
total number
limit number
skip number
sys Object.<{type: "Array"}>
items Array.<User.User>
toPlainObject() function Returns the collection as a plain JS object