Platform API
After joining a group
Synchronize membership changes after a user joins a group.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterJoinGroupCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterJoinGroupCommand. |
| operationID | string | OpenIM operation trace ID. |
| groupID | string | Group ID. |
| reqMessage | string | Join application or invitation message. |
| joinSource | int | Source of the membership change. |
| inviterUserID | string | Inviter user ID, when applicable. |
Response
Return HTTP success promptly. The membership change is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterJoinGroup. - Process idempotently using the group and user identifiers or
operationID.
Was this page helpful?