Legacy Dev Forum Posts

 View Only

Sign Up

How to get Agents Present and How many are active?

  • 1.  How to get Agents Present and How many are active?

    Posted 06-05-2025 18:06

    menarialaxmilal | 2022-10-26 09:27:45 UTC | #1

    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?


    jacobshaw | 2022-10-26 15:14:19 UTC | #2

    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.


    system | 2022-11-26 15:14:21 UTC | #3

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


    This post was migrated from the old Developer Forum.

    ref: 16899