Class

User

User(data)

User Model
Constructor

# new User(data)

Model constructor
Parameters:
Name Type Description
data UserLike

View Source model/User.js, line 8

Classes

User

Members

String

# birthDate

The birthdate of the user.

View Source model/User.js, line 42

Integer

# capacityPerWeek

The capacity of the user per week in seconds.

View Source model/User.js, line 82

String

# createdBy

The id of the user who created this user.

View Source model/User.js, line 138

String

# createdOn

The date this user was created.

View Source model/User.js, line 130

String

# deactivatedOn

The date the user was deactivated.

View Source model/User.js, line 178

String

# firstName

The firstname of the user.

View Source model/User.js, line 26

String

# gender

The gender of the user.

View Source model/User.js, line 50

Boolean

# hasImage

Whether the user has uploaded a profile image.

View Source model/User.js, line 186

String

# id

The id of the user.

View Source model/User.js, line 90

Boolean

# isArchived

Whether this user is archived. Archived users are automatically inactive and only exist for reference purposes.

View Source model/User.js, line 162

Boolean

# isDeactivated

Whether the user has been deactivated.

View Source model/User.js, line 170

String

# key

Unique identifier of the user.

View Source model/User.js, line 98

String

# language

The language preference of the user in ISO 639-1 format.

View Source model/User.js, line 74

String

# lastName

The lastname of the user.

View Source model/User.js, line 34

String

# position

The position of the user.

View Source model/User.js, line 66

Integer

# resourceVersion

The version of the entity continuously incremented by 1 on every update of the entity.

View Source model/User.js, line 202

Object

# status

The status of the user.

View Source model/User.js, line 106

Boolean

# statusInvitationAccepted

Flag if the user in this workspace accepted the invitation.

View Source model/User.js, line 114

Boolean

# statusIsDeactivated

Whether the user is deactivated.

View Source model/User.js, line 122

Array.<UserTagsObject>

# tags

The tags of this user.

View Source model/User.js, line 222

String

# title

The title of the user.

View Source model/User.js, line 58

String

# updatedBy

The id of the user who updated the entity.

View Source model/User.js, line 154

String

# updatedOn

The date where this user was last updated.

View Source model/User.js, line 146

Array.<UserContactInfo>

# userContactInfos

The contact information assigned to this user.

View Source model/User.js, line 194