Constructor
protected
new UserAccountModel()
UserAccountModel Constructor
Source
Members
companyIdstring
The Company this User belongs to
Type
-
string
Source
deletedboolean
Whether the User Account has been deleted
Type
-
boolean
Source
emailstring
The User's Email Address
Type
-
string
Source
nullable
firstNamestring
The User's First Name
Type
-
string
Source
hasPasswordboolean
Whether a Password has been Set for the User Account
Type
-
boolean
Source
hasPinCodeboolean
Whether a Pin Code has been Set for the User Account
Type
-
boolean
Source
idstring
The User Account ID
Type
-
string
Source
nullable
lastNamestring
The User's Last Name
Type
-
string
Source
policiesArray.<string>
The Policies that apply to this User Account
Type
-
Array.<string>
Source
updateTimestampDate
When the User Account was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {UserAccountModel}
Create a new UserAccountModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
UserAccountModel