Skip to main content

Admin Modifying System Notification Account Information

Description

  • Update system notification account information, including avatar and name.

Request Method

  • POST

Request URL

  • {API_ADDRESS}/user/update_notification_account
Header NameExample ValueRequiredTypeDescription
operationID1646445464564RequiredstringUsed for global traceability, suggested as a unique timestamp per request
tokeneyJhbxxxx3XsRequiredstringAdmin token

Request Parameters Example

{
"userID": "1974356875",
"nickName": "notification1",
"faceURL": "url"
}
Field NameRequiredTypeDescription
userIDRequiredstringSystem notification account ID
nickNameRequiredstringName of the system notification account
faceURLRequiredstringAvatar URL of the system notification account

Success Response Example

{
"errCode": 0,
"errMsg": "",
"errDlt": ""
}

Success Response Parameter Description

ParameterTypeDescription
errCodeintError code, 0 indicates success
errMsgstringBrief error message, empty if successful
errDltstringDetailed error information, empty if successful

Failure Response Example

{
"errCode": 1001,
"errMsg": "ArgsError",
"errDlt": "1001 ArgsError"
}

Failure Response Parameter Description

ParameterTypeDescription
errCodeintError code; refer to global error code documentation
errMsgstringBrief error message
errDltstringDetailed error information