Platform API
After a user is forced offline
Synchronize connection state after a user is forced offline.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterUserKickOffCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterUserKickOffCommand. |
| operationID | string | OpenIM operation trace ID. |
| platformID | int | Client platform ID. |
| platform | string | Client platform name. |
| userID | string | User ID. |
| seq | int | Connection sequence number. |
Response
Return HTTP success promptly. The user has already been forced offline and this response cannot reverse the operation.
Processing rules
- Configuration key:
afterUserKickOff. - Process idempotently using the user, platform, and operation identifiers.
Was this page helpful?