02-08-2016 05:27 PM
IS there a way to get all the names and agent states of all agents currently logged into Finesse?
Solved! Go to Solution.
02-11-2016 01:22 AM
Unfortunately, Cisco Finesse doesn't support getting a subset of users, filtered by criteria (such as agent state). So, you have to get the complete user list and filter it on client side.
If a large number of user are using Cisco Finesse, the "get users" request may take some time.
02-09-2016 01:20 AM
Yes, you can get all logged in agents by calling the API “User – Get List”, which returns a collection of users. Unfortunately, administrator privileges are required to access this API. So, if you would like to build an agent team overview for supervisors, you cannot call the API with the supervisor credentials.
To get a more complete agent view and extended functionality there's a gadget from Bucher + Suter called "Fusion RealTime". No administrator credentials are needed, agent and supervisor privileges are enough. Check it out: http://www.bucher-suter.com/vidsrc/bs_FusionforFinesse_DemoVideo.mp4 > the corresponding gadget comes in at 2:57.
Or product website: https://www.bucher-suter.com/products/agentdesktops/b-sfusionforfinesse.php
02-09-2016 09:32 AM
Thank you for that. I have pulled bee able to pull ALL the agents that have used finesse via GET http://<server>/finesse/api/Users/, but I would like to pull only certain user states like Not Ready, Ready, Talking, etc
Do you know how I could accomplish that?
- Ryan
02-11-2016 01:22 AM
Unfortunately, Cisco Finesse doesn't support getting a subset of users, filtered by criteria (such as agent state). So, you have to get the complete user list and filter it on client side.
If a large number of user are using Cisco Finesse, the "get users" request may take some time.
09-02-2018 12:16 AM
If you have a UCCE solution, this can be done by running an appropriate query on the AWDB. There are built in queries taht Cisco provides with HDS/AWDB. You can use this to pull the report of all logged in agents.
05-14-2020 02:03 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide