Browse Platform API
Platform API

After user registration

Copy

Synchronize user profiles after OpenIM registration completes.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterUserRegisterCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterUserRegisterCommand.
usersUserInfo[]Registered users. See UserInfo.

Response

Return an HTTP success response promptly. The registration is already complete and cannot be changed by this response.

Processing rules

  • Configuration key: afterUserRegister.
  • Process idempotently by user ID or operationID.