https://xxxxxx/v4/im_open_login_svc/kick?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
https | The request protocol is HTTPS, and the request method is POST. |
xxxxxx | The country/region where your SDKAppID is located. China: console.tim.qq.com Singapore: adminapisgp.im.qcloud.com Seoul: adminapikr.im.qcloud.com Frankfurt: adminapiger.im.qcloud.com Silicon Valley: adminapiusa.im.qcloud.com Jakarta: adminapiidn.im.qcloud.com |
v4/im_open_login_svc/kick | The request API. |
sdkappid | The SDKAppID assigned by the IM console when an app is created. |
identifier | |
usersig | The signature generated by the app admin account. For details on the operation, see Generating UserSig. |
random | A random 32-bit unsigned integer ranging from 0 to 4294967295. |
contenttype | Request format. The value is always json . |
{"UserID":"test"}
Field | Type | Attribute | Description |
UserID | String | Required | Username |
{"ActionStatus":"OK","ErrorInfo":"","ErrorCode":0}
Field | Type | Description |
ActionStatus | String | The request processing result. OK: succeeded. FAIL: failed. |
ErrorCode | Integer | The error code. 0: succeeded. Other values: failed. |
ErrorInfo | String | Error information. |
Error Code | Description |
70107 | The requested user account does not exist. |
70169 | An internal server timeout has occurred. Please try again later. |
70402 | The parameters are invalid. Check whether required fields are specified and specified fields meet protocol requirements. |
70403 | The request requires app admin permissions. |
70500 | An internal server error has occurred. Please try again later. |
Was this page helpful?