Browse Platform API
Platform API

After updating user information

Copy

Synchronize a completed user profile update.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterUpdateUserInfoCommand

Request 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.