Platform API
After importing friends
Synchronize the result of a friend import.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterImportFriendsCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterImportFriendsCommand. |
| ownerUserID | string | Relationship owner |
| friendUserIDs | string[] | Imported friend IDs |
Response
Return HTTP success promptly. The relationship operation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterImportFriends. - Process idempotently using the relationship key and
operationID.
Was this page helpful?