How to get Agents Present and How many are active?

How to get how many agents are working on the day or how many were active?

I am using conversionAPI, or other one let me know?

Hi @menarialaxmilal
This best way I know to do this would be using the User aggregate query. You would need to first get the ids of all the users you're checking against with GET /api/v2/users, and then plug them into the User aggregate query.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.