LWT JavaScript API
Preparing search index...
modules/admin/api/users_api
AdminUser
Interface AdminUser
A user account as the API returns it. Never carries the password hash.
interface
AdminUser
{
created
:
string
;
email
:
string
|
null
;
hasPassword
:
boolean
;
id
:
number
;
isActive
:
boolean
;
isAdmin
:
boolean
;
lastLogin
:
string
|
null
;
linkedProviders
:
string
[]
;
role
:
"user"
|
"admin"
;
username
:
string
;
}
Index
Properties
created
email
has
Password
id
is
Active
is
Admin
last
Login
linked
Providers
role
username
Properties
created
created
:
string
email
email
:
string
|
null
has
Password
hasPassword
:
boolean
id
id
:
number
is
Active
isActive
:
boolean
is
Admin
isAdmin
:
boolean
last
Login
lastLogin
:
string
|
null
linked
Providers
linkedProviders
:
string
[]
role
role
:
"user"
|
"admin"
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
email
has
Password
id
is
Active
is
Admin
last
Login
linked
Providers
role
username
LWT JavaScript API
Loading...
A user account as the API returns it. Never carries the password hash.