Platform API
Before members join a group
Validate or adjust member profiles before users become group members.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackBeforeMembersJoinGroupCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackBeforeMembersJoinGroupCommand. |
| groupID | string | Group ID. |
| memberList | object[] | Members about to join, including userID and ex. |
| groupEx | string | Group extension data. |
Response
Return the common before-event fields from Webhooks overview. memberCallbackList may contain adjusted profiles for the members OpenIM is about to add.
Processing rules
- Configuration key:
beforeMemberJoinGroup. - OpenIM waits synchronously. Use
nextCode: 1to reject the operation; timeout behavior followsfailedContinue.
Was this page helpful?