Platform API
After updating user information
Synchronize a completed user profile update.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterUpdateUserInfoCommandRequest body
Includes callbackCommand, userID, nickName, faceURL, and ex with the resulting profile values.
Response
Return success promptly. The profile update is already complete.
Processing rules
- Configuration key:
afterUpdateUserInfo. - Process idempotently by user ID and
operationID.
Was this page helpful?