Platform API
After removing group members
Synchronize membership changes after members are removed from a group.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterKickGroupCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterKickGroupCommand. |
| groupID | string | Group ID. |
| kickedUserIDs | string[] | Removed user IDs. |
| reason | string | Removal 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.
Was this page helpful?