Browse Platform API
Platform API

After transferring group ownership

Copy

Synchronize the owner change after group ownership is transferred.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterTransferGroupOwnerCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterTransferGroupOwnerCommand.
groupIDstringGroup ID.
oldOwnerUserIDstringPrevious owner user ID.
newOwnerUserIDstringNew owner user ID.

Response

Return HTTP success promptly. The ownership transfer is already complete and cannot be changed by this response.

Processing rules

  • Configuration key: afterTransferGroupOwner.
  • Process idempotently using groupID and newOwnerUserID.