Browse Platform API
Platform API

After a user is forced offline

Copy

Synchronize connection state after a user is forced offline.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterUserKickOffCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterUserKickOffCommand.
operationIDstringOpenIM operation trace ID.
platformIDintClient platform ID.
platformstringClient platform name.
userIDstringUser ID.
seqintConnection 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.