Find user counts using filters
POST/user-srv/graph/users/count
Retrieve user counts for reports and dashboards based on the same filter criteria as Find users using filters.
Request: Accepts the same filter payload as graph user search. Pagination (from, size), projection (fields), and excludeUserCount are ignored.
Response: Returns value (count matching the filter), total (all users in the tenant), and percentage (value / total * 100).
Generic graph filter (since 3.102.4+): Use filters, matchCondition, and dateField. Legacy fields are auto-normalized but deprecated. See User Search for operator semantics.
Request
Responses
- 200
- 401
OK
Unauthorized