forcedReleaseCJI (target, phonenumber, pwdtype, password, usertype, user, orgidentity,callbackFuc)
Group admin hangup an agent, start to talk with caller.
| Parameters | Type | Description |
|---|---|---|
| target | String | agent No. |
| phonenumber | String | phone number of group admin |
| pwdtype | String | password type: plaintext/md5 |
| password | String | password |
| usertype | String | agent/account |
| user | String | agent No. / username |
| orgidentity | String | team identity |
| callbackFuc | String | callback function |
{code:code,message:message}
| Value | Description |
|---|---|
{code:1,message:message}
| {code:succeed,message:message}
|
{code:2,message:message}
| {code:failed,message:message}
|