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
- Go to the Support Page.
- 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.
- Log Streams with filters per signup to analyze statistics
- Custom API with a Custom Webhook for Log streaming