Browse Platform API
Platform API

After joining a group

Copy

Synchronize membership changes after a user joins a group.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterJoinGroupCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterJoinGroupCommand.
operationIDstringOpenIM operation trace ID.
groupIDstringGroup ID.
reqMessagestringJoin application or invitation message.
joinSourceintSource of the membership change.
inviterUserIDstringInviter 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.