Aggregate member counts, status buckets and facets
Org-wide aggregate for the console Users screen: member counts, per-status bucket counts (a server-side count over the same per-member classification the users list serves), and the facet options (OEMs and device kinds present) that drive the filter dropdowns — without the client fetching the org’s users or devices.
Backed by grouped queries whose count is constant in org device count, so it runs live on every hit with no response cache.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID to summarise
Response
OK
Org-wide aggregate for the console Users screen. status_buckets counts every member
into exactly one classification bucket (so counts sum to total_members), served in the
console's fixed precedence order.
The filter-dropdown options present across the org: distinct device OEMs (sorted) and the
device kinds with at least one operational device (same tokens the users-list device_kind
filter accepts, minus the any sentinel).
