oActiveUsers is only the IDLE users?

Hi,
I'm trying to work with your tutorial https://developer.mypurecloud.com/api/tutorials/number-of-agent-in-queue/?language=python&step=1
but I want the number of users only on IDLE status.
can I use oActiveUsers for that?
is there a better way to do using notifications?

If you are looking for the IDLE routing status, you should use the oUserRoutingStatuses metric. This metric counts all users in a particular routing status for your queue, results will be broken up into INTERACTING, IDLE, etc.

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