agentCallCenterStatus
Get the call center status for a given agent.
Arguments
The support user name.
Returns
AgentCallCenterStatusType!Possible Errors
Allowed Viewers
Required Permissions
Can query callsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query AgentCallCenterStatus($supportUserName: String!) {
agentCallCenterStatus(supportUserName: $supportUserName) {
id
mostRecentCallId
status
updatedAt
}
}
Variables
{
"supportUserName": "memory-say-collection-president-require"
}
Response
{
"data": {
"agentCallCenterStatus": {
"id": "84657574",
"mostRecentCallId": 46206659,
"status": "green-science-hotel-hundred-low",
"updatedAt": "1984-09-07T10:02:19.895525+00:00"
}
}
}