Browse Platform API
Platform API

After removing group members

Copy

Synchronize membership changes after members are removed from a group.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterKickGroupCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterKickGroupCommand.
groupIDstringGroup ID.
kickedUserIDsstring[]Removed user IDs.
reasonstringRemoval reason.

Response

Return HTTP success promptly. The membership changes are already complete and cannot be changed by this response.

Processing rules

  • Configuration key: afterKickGroupMember.
  • Process each member idempotently using groupID:userID.