Get User Summary
User
Get User Summary
Returns aggregated user statistics for the tenant.
GET
Get User Summary
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Authorization:- Required role:
adminor higher
| Parameter | Type | Description |
|---|---|---|
| startDate (Optional) | string | Filter users created from this date (inclusive) |
| endDate (Optional) | string | Filter users created to this date (inclusive) |
| role (Optional) | string | Filter by user role |
| isActive (Optional) | string | Filter by active status (true/false) |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter users created from this date (inclusive)
Filter users created to this date (inclusive)
Filter by user role
Available options:
owner, admin, user, guest Filter by active status
Available options:
true, false