Legacy Dev Forum Posts

 View Only

Sign Up

User presence and Routing status

  • 1.  User presence and Routing status

    Posted 06-05-2025 18:02

    AnilKumarN | 2020-09-28 14:01:03 UTC | #1

    I am getting the API for fetch the user presence and routing status based on User ID, can i get the same for all the users based on Queue or Organization level.


    Jerome.Saint-Marc | 2020-09-28 14:24:18 UTC | #2

    Hello,

    You can use GET /api/v2/users (with presence and routingStatus in the expand query parameter) for all users.

    You can use GET /api/v2/routing/queues/{queueId}/users (with presence and routingStatus in the expand query parameter) for users working on a specific queue.

    Regards,


    AnilKumarN | 2020-09-29 07:45:31 UTC | #3

    We want the API for getting the realtime user status and routing statistics, to send to NICE. thanks for the response


    Jerome.Saint-Marc | 2020-09-29 08:39:42 UTC | #4

    I don't think I understand. If you mean that you would like to get real time notifications when different users change their presence or routing status, you have to use the Notification API and subscribe to the necessary/corresponding topics (you will need to create a websocket connection to receive these notifications). See here for explanations on the Notification Service: https://developer.mypurecloud.com/api/rest/v2/notifications/notification_service.html And here for the available topics: https://developer.mypurecloud.com/api/rest/v2/notifications/available_topics.html

    Regards,


    AnilKumarN | 2020-09-29 09:23:06 UTC | #5

    Thanks for the response, yes we need to send the real time statistics of the user information for NICE, biometrics.


    system | 2020-10-30 09:33:00 UTC | #6

    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: 8924