Agent group (queue) Pause/Unpause
queuePauseCJI(type, usertype, user, orgidentity, pwdtype, password, pause_reason, pushevent, callbackFuc, dnd)
Pause/Unpause the agent (only when he is login)
| Params | Type | Description |
| type | String | 1(Pause)/2(Unpause) |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| orgidentity | String | The identity string of the team |
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| pause_reason | String | Put a pause reason when it’s for pause. Use the following string, if you need statistics training / meeting / leave / lunch / rest / other |
| pushevent | String | If need send a agent event, yes / no(default) |
| callbackFuc | String | callback function |
| dnd | String | Fill in (any value),When this item is not empty, the extension synchronizes to suspend or cancel the suspension state |
{code:code,message:message}
| Value | Description |
{code:1,message:message}
| {code:Succeed,message:Messages}
|
{code:2,message:message}
| {code:Failed,message:Messages}
|