curl --request GET \
--url http://localhost:8080/cabinet/admin/users/stats{
"total_users": 0,
"active_users": 0,
"blocked_users": 0,
"deleted_users": 0,
"new_today": 0,
"new_week": 0,
"new_month": 0,
"users_with_subscription": 0,
"users_with_active_subscription": 0,
"users_with_trial": 0,
"users_with_expired_subscription": 0,
"total_balance_kopeks": 0,
"total_balance_rubles": 0,
"avg_balance_kopeks": 0,
"active_today": 0,
"active_week": 0,
"active_month": 0
}Get overall users statistics.
curl --request GET \
--url http://localhost:8080/cabinet/admin/users/stats{
"total_users": 0,
"active_users": 0,
"blocked_users": 0,
"deleted_users": 0,
"new_today": 0,
"new_week": 0,
"new_month": 0,
"users_with_subscription": 0,
"users_with_active_subscription": 0,
"users_with_trial": 0,
"users_with_expired_subscription": 0,
"total_balance_kopeks": 0,
"total_balance_rubles": 0,
"avg_balance_kopeks": 0,
"active_today": 0,
"active_week": 0,
"active_month": 0
}Successful Response
Users statistics.