Total Active Users API
Get the total count of active users
Reseller
Total Active Users API
Retrieve the total count of active users in the system. Monitor user engagement and platform activity at a glance.
Active Count
Total active users.
Quick Metric
Simple count.
Engagement
Monitor growth.
Endpoint Overview
QUERY
/graphqlRetrieve the total number of active users.
Authentication:Bearer Token
Required scopes:reselleradmin
GraphQL Query
query totalActiveUsers {
totalActiveUsers
}Variables:
{}HTTP Request:
curl -X POST https://api.orbnet.com/graphql \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"query": "query totalActiveUsers { totalActiveUsers }",
"variables": {}
}'Response
200Count Retrieved Successfully
{
"data": {
"totalActiveUsers": 500
}
}Response Fields
totalActiveUsersInt!Total number of currently active users.
Related Endpoints
Quick Metric
This endpoint provides a simple count for dashboards and monitoring. For detailed user lists, use the paginated endpoints.
View All Users
Get detailed information about your active users.