Platform API
After dismissing a group
Synchronize group state after a group is dismissed.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterDisMissGroupCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterDisMissGroupCommand. The historical capitalization is part of the protocol. |
| groupID | string | Group ID. |
| ownerID | string | Group owner user ID. |
| groupType | string | Group type. |
| membersID | string[] | IDs of members affected by dismissal. |
Response
Return HTTP success promptly. Group dismissal is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterDismissGroup. - Process idempotently using
groupID.
Was this page helpful?