Freeze Design Frontend - TypeScript API
Preparing search index...
AdminStaffUser
Interface AdminStaffUser
interface
AdminStaffUser
{
id
:
number
;
username
:
string
;
email
:
string
;
first_name
:
string
;
last_name
:
string
;
is_staff
:
boolean
;
is_superuser
:
boolean
;
is_active
:
boolean
;
date_joined
:
string
;
last_login
:
string
|
null
;
has_2fa
:
boolean
;
admin_notes
:
string
;
is_self
:
boolean
;
}
Index
Properties
id
username
email
first_
name
last_
name
is_
staff
is_
superuser
is_
active
date_
joined
last_
login
has_
2fa
admin_
notes
is_
self
Properties
id
id
:
number
username
username
:
string
email
email
:
string
first_
name
first_name
:
string
last_
name
last_name
:
string
is_
staff
is_staff
:
boolean
is_
superuser
is_superuser
:
boolean
is_
active
is_active
:
boolean
date_
joined
date_joined
:
string
last_
login
last_login
:
string
|
null
has_
2fa
has_2fa
:
boolean
admin_
notes
admin_notes
:
string
is_
self
is_self
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
username
email
first_
name
last_
name
is_
staff
is_
superuser
is_
active
date_
joined
last_
login
has_
2fa
admin_
notes
is_
self
Freeze Design Frontend - TypeScript API
Loading...