Hi Aaron,
the API being used by that report is `POST /api/v2/analytics/users/aggregates/query`
With a request payload like this:
{
"filter": {
"type": "and",
"clauses": [
{
"type": "or",
"predicates": [
{
"dimension": "userId",
"value": "fec34eaa-818e-4617-b317-9360a00089fc"
}
]
}
]
},
"metrics": [
"tSystemPresence",
"tAgentRoutingStatus",
"tOrganizationPresence"
],
"groupBy": [
"userId"
],
"interval": "2025-06-04T05:00:00.000Z/2025-06-04T14:30:00.000Z"
}
------------------------------
Jacob Shaw
Sr. Software Engineer
------------------------------