Skip to main content
GET
/
api
/
v1
/
admin
/
user_stats
Error
A valid request URL is required to generate request examples
{
  "users": {
    "total": 123,
    "confirmed": 123,
    "unconfirmed": 123,
    "roles": {
      "user": 123,
      "super_admin": 123
    },
    "locales": {
      "en": 123
    },
    "themes": {
      "system": 123
    },
    "countries": {
      "US": 123
    }
  },
  "growth": {
    "today": 123,
    "this_week": 123,
    "this_month": 123,
    "this_quarter": 123,
    "daily_signups": {}
  },
  "authentication": {
    "two_factor_enabled": 123,
    "oauth_signups": 123,
    "passkey_enabled": 123,
    "magic_link_users": 123
  },
  "engagement": {
    "documents": {
      "total": 123,
      "by_type": {},
      "by_status": {},
      "manual_uploads": 123,
      "from_integrations": 123
    },
    "denials": {
      "total": 123,
      "by_status": {},
      "by_confidence_tier": {
        "high": 123,
        "medium": 123,
        "low": 123
      },
      "needs_reassessment": 123,
      "total_denied_amount": 123
    },
    "actions": {
      "total": 123,
      "by_type": {},
      "by_status": {},
      "completion_rate": 123
    },
    "integrations": {
      "total": 123,
      "by_provider": {},
      "by_status": {},
      "active": 123
    },
    "appeals": {
      "total": 123,
      "by_status": {},
      "completed": 123
    }
  }
}

Response

OK

users
object
required
growth
object
required
authentication
object
required
engagement
object
required