Agents Group Stauts

agentgroupStatusCJI (orgidentity, usertype, user, pwdtype, password, agent_group_id, status, callbackFuc)

Agent Group admin could get the status of the agents in his group

Params Type Description
orgidentityStringThe identity string of the team
usertypeStringagent / account
userStringAgent No. or Username
pwdtype StringUse plaintext or md5 password for agent or account
passwordStringpassword
agent_group_idStringid of the agent group
statusString
get agent list of specific agent status(all,idle,busy,ring,pause,acw,login,logout), use comma if you want more than one status, such as: idle,busy
    * all
    * idle
    * busy
    * ring
    * pause
    * acw
    * login
    * logout
callbackFucStringcallbackfunction

{code:code,message:message}

Return Description
{code:1,message:message}
{code:succeed,message:message} Message is the current status of each agent ex:{code:1,message:1005: idle,1006:ring}
{code:2,message:message}
{code:failed,message:message}