Total Number of Users Per Tenant

Last Updated: Oct 15, 2024

Overview

This article will show how to view the total number of users for the tenant.

Solution

Follow the steps or video below:

There are three approaches to check that:

  • Support Center
  1. Go to the Support Page.
  2. Click on Tenants in the title bar (top-center of the screen)

All tenants will be 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

A third party provider can be used to analyze data for sign-ups and total users.

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