Platform API
After user registration
Synchronize user profiles after OpenIM registration completes.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterUserRegisterCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterUserRegisterCommand. |
| users | UserInfo[] | 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.
Was this page helpful?