Auth0.Management.Stats (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of Stats.
endpoint
- /api/v2/stats/active-users
- /api/v2/stats/daily
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
count_active_users(config()) :: {:ok, integer(), response_body()} | error()
Get active users count.
see
https://auth0.com/docs/api/management/v2/#!/Stats/get_active_users
Specs
list_daily(config()) :: {:ok, Auth0.Entity.DailyStats.t(), response_body()} | error()
Get daily stats.
see
https://auth0.com/docs/api/management/v2/#!/Stats/get_daily