ModifyUserInfo
https://zim-api.zego.im/
Through this API, you can modify user profile information, including user nickname, avatar, etc.
After successfully modifying user profile, related users receive user profile modification notifications through the following ZIM SDK callback interface:
| iOS | Android | macOS | Windows |
|---|---|---|---|
| userInfoUpdated | onUserInfoUpdated | userInfoUpdated | onUserInfoUpdated |
| Web | Mini Program | Flutter | Unity3D |
|---|---|---|---|
| userInfoUpdated | userInfoUpdated | onUserInfoUpdated | OnUserInfoUpdated |
| uni-app | uni-app x | React Native | HarmonyOS |
|---|---|---|
| userInfoUpdated | userInfoUpdated | userInfoUpdated |
Request
Query Parameters
Possible values: [ModifyUserInfo]
API prototype parameter
https://zim-api.zego.im/?Action=ModifyUserInfo
💡Public parameter. Application ID, assigned by ZEGOCLOUD. Get it from the ZEGOCLOUD Admin Console.
💡Public parameter. A 16-character hexadecimal random string (hex encoding of 8-byte random number). Refer to Signature example for how to generate.
💡Public parameter. Current Unix timestamp, in seconds. Refer to Signature example for how to generate, with a maximum error of 10 minutes.
Possible values: [2.0]
Default value: 2.0
💡Public parameter. Signature version number.
💡Public parameter. Signature, used to verify the legitimacy of the request. Refer to Signing the requests for how to generate an API request signature.
- application/json
Responses
- 200
- application/json
