Platform API
After transferring group ownership
Synchronize the owner change after group ownership is transferred.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterTransferGroupOwnerCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterTransferGroupOwnerCommand. |
| groupID | string | Group ID. |
| oldOwnerUserID | string | Previous owner user ID. |
| newOwnerUserID | string | New 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
groupIDandnewOwnerUserID.
Was this page helpful?