Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/08_UserManagement/usermanagement.types
UserWithStats
Interface UserWithStats
User with aggregated statistics
interface
UserWithStats
{
id
:
string
;
email
:
string
;
full_name
:
string
|
null
;
display_name
:
string
|
null
;
role
:
UserRole
;
is_active
:
boolean
;
created_at
:
string
;
updated_at
:
string
;
last_login_at
:
string
|
null
;
login_count
:
number
;
portfolio_count
:
number
;
watchlist_count
:
number
;
}
Hierarchy (
View Summary
)
UserProfile
UserWithStats
Index
Properties
id
email
full_
name
display_
name
role
is_
active
created_
at
updated_
at
last_
login_
at
login_
count
portfolio_
count
watchlist_
count
Properties
id
id
:
string
email
email
:
string
full_
name
full_name
:
string
|
null
display_
name
display_name
:
string
|
null
role
role
:
UserRole
is_
active
is_active
:
boolean
created_
at
created_at
:
string
updated_
at
updated_at
:
string
last_
login_
at
last_login_at
:
string
|
null
login_
count
login_count
:
number
portfolio_
count
portfolio_count
:
number
watchlist_
count
watchlist_count
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
email
full_
name
display_
name
role
is_
active
created_
at
updated_
at
last_
login_
at
login_
count
portfolio_
count
watchlist_
count
Trading Assistant API Documentation - v0.1.0
Loading...
User with aggregated statistics