How to track the active agents in PureCloud?

Our app allows PureCloud agents to offer surveys to the caller if they have a license assigned to them in our app.

Now we want to implement a new concurrent license model where an organization will buy some number of licenses and that many agents will be able to use the service at the same time. To achieve this, I need to get the list of agents that are active in PureCloud. How can I implement this?

Thanks in advance

GET /api/v2/users Use the state query param to get results for active/inactive/deleted users.

1 Like

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