Method: Auth0::Api::V2::Stats#active_users
- Defined in:
- lib/auth0/api/v2/stats.rb
#active_users ⇒ integer
Gets the active users count (logged in during the last 30 days).
12 13 14 15 |
# File 'lib/auth0/api/v2/stats.rb', line 12 def active_users path = "#{stats_path}/active-users" get(path) end |