ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/models/user
User
Interface User
interface
User
{
id
:
string
;
email
:
string
;
password
?:
string
|
null
;
country
?:
string
|
null
;
timezone
?:
string
|
null
;
name
?:
string
|
null
;
roleId
:
string
;
status
:
UserStatus
;
createdAt
:
Date
;
updatedAt
:
Date
;
lastSignInAt
?:
Date
|
null
;
emailVerifiedAt
?:
Date
|
null
;
isTrashed
:
boolean
;
avatar
?:
string
|
null
;
invitedByUserId
?:
string
|
null
;
isProtected
:
boolean
;
twoFactorEnabled
?:
boolean
;
twoFactorVerifiedAt
?:
Date
|
null
;
role
:
UserRole
;
sessions
?:
Session
[]
;
accounts
?:
Account
[]
;
}
Index
Properties
id
email
password?
country?
timezone?
name?
role
Id
status
created
At
updated
At
last
Sign
In
At?
email
Verified
At?
is
Trashed
avatar?
invited
By
User
Id?
is
Protected
two
Factor
Enabled?
two
Factor
Verified
At?
role
sessions?
accounts?
Properties
id
id
:
string
email
email
:
string
Optional
password
password
?:
string
|
null
Optional
country
country
?:
string
|
null
Optional
timezone
timezone
?:
string
|
null
Optional
name
name
?:
string
|
null
role
Id
roleId
:
string
status
status
:
UserStatus
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Optional
last
Sign
In
At
lastSignInAt
?:
Date
|
null
Optional
email
Verified
At
emailVerifiedAt
?:
Date
|
null
is
Trashed
isTrashed
:
boolean
Optional
avatar
avatar
?:
string
|
null
Optional
invited
By
User
Id
invitedByUserId
?:
string
|
null
is
Protected
isProtected
:
boolean
Optional
two
Factor
Enabled
twoFactorEnabled
?:
boolean
Optional
two
Factor
Verified
At
twoFactorVerifiedAt
?:
Date
|
null
role
role
:
UserRole
Optional
sessions
sessions
?:
Session
[]
Optional
accounts
accounts
?:
Account
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
email
password
country
timezone
name
role
Id
status
created
At
updated
At
last
Sign
In
At
email
Verified
At
is
Trashed
avatar
invited
By
User
Id
is
Protected
two
Factor
Enabled
two
Factor
Verified
At
role
sessions
accounts
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...