Browse Platform API
Platform API

After leaving a group

Copy

Synchronize membership changes after a user voluntarily leaves a group.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterQuitGroupCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterQuitGroupCommand.
groupIDstringGroup ID.
userIDstringUser 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.