Browse Platform API
Platform API

After dismissing a group

Copy

Synchronize group state after a group is dismissed.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterDisMissGroupCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterDisMissGroupCommand. The historical capitalization is part of the protocol.
groupIDstringGroup ID.
ownerIDstringGroup owner user ID.
groupTypestringGroup type.
membersIDstring[]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.