Obtain how many users exist per tenant (total number)

Problem statement

We want to know the statistics for total number of users for the tenant.

Solution

There are three approaches to check that:

  • Support Center
  1. Go to the Support Page (https://support.auth0.com/)
  2. Click on “Tenants” in the title bar (top-center of the screen)

You should see all your Tenants listed with the total user values and other stats below.

  • Management API

GET /api/v2/users?include_totals=true&page=0&per_page=0

  • Additional Data

Furthermore, you can analyze data for sign-ups and total users with a Third Party provider for analytics; options are:

  1. Log Streams with filters per signup to analyze statistics
  1. Custom API with a Custom Webhook for Log streaming