How to get all amazon connect available agents by any API? e.g. getAgentListByStatus

0

I am looking for an amazon connect API which returns the whole list of agents with the status "AVAILABLE" in real time. What i have explored is retrieve agents current activity which provides an API to programmatically access real-time details about agents’ current activity, such as current status (e.g., “Available”). But it mentions PutUserStatus API which is different in working and does not return the list of all AVAILABLE agents.

asked 7 months ago314 views
1 Answer
1

Hello, what you need to use it the GetCurrentUserData API that you can find here. The status (e.g., “Available”) is part of the API answer.

AWS
Vincent
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions