Skip to main content
Version: 4.0.2

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

OK