Platform API
After updating selected user fields
Synchronize the fields changed by a completed selected-field user update.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterUpdateUserInfoExCommandRequest body
Includes callbackCommand, userID, and the optional nickName, faceURL, and ex fields that changed.
Response
Return success promptly. The profile update is already complete.
Processing rules
- Configuration key:
afterUpdateUserInfoEx. - Process idempotently by user ID and
operationID.
Was this page helpful?