Sign Out an Agent
- DarkLight
Sign Out an Agent
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows a user to sign out of Cisco Finesse.
Pre-requisite
Users can only act on their own User objects.
Sequence Diagram

Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | Team |
subtopic | SetTeamAgentLogout |
source | «app-name-broadcasting-this-message» |
data | «JSON Object» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
UserName | String | The agent ID. | 4748360 |
State | String | Logout |
Sample Request
{
"channel": "Cisco",
"topic": "Team",
"subtopic": "SetTeamAgentLogout"
"data":
{
"Username": "47483650",
"State": "Logout"
}
}Sample Response
No sample responseWas this article helpful?