Platform API
After leaving a group
Synchronize membership changes after a user voluntarily leaves a group.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterQuitGroupCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterQuitGroupCommand. |
| groupID | string | Group ID. |
| userID | string | User who left the group. |
Response
Return HTTP success promptly. The membership change is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterQuitGroup. - Process idempotently using
groupID:userID.
Was this page helpful?