Admin Users
Get users statistics
Retrieve statistics about users including total, active, explicit content enabled, and deleted counts
get/admin/users/stats
Response
Users statistics retrieved successfully
Example response
{
"total": 150,
"active": 120,
"explicitContentEnabled": 30,
"deleted": 5
}Changes
No recorded changes to this endpoint across all 1 revision of this API.