Domain name for API request: cam.tencentcloudapi.com.
This API is used to update a sub-user.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: UpdateUser. |
Version | Yes | String | Common Params. The value used for this API: 2019-01-16. |
Region | No | String | Common Params. This parameter is not required for this API. |
Name | Yes | String | Sub-user username |
Remark | No | String | Sub-user remarks |
ConsoleLogin | No | Integer | Whether or not the sub-user is allowed to log in to the console. 0: No; 1: Yes. |
Password | No | String | Sub-user's console login password. If no password rules have been set, the password must have a minimum of 8 characters containing uppercase letters, lowercase letters, digits, and special characters by default. This parameter will be valid only when the sub-user is allowed to log in to the console. If it is not specified and console login is allowed, the system will automatically generate a random 32-character password that contains uppercase letters, lowercase letters, digits, and special characters. |
NeedResetPassword | No | Integer | If the sub-user needs to reset their password when they next log in to the console. 0: No; 1: Yes. |
PhoneNum | No | String | Mobile number |
CountryCode | No | String | Country/Area Code |
No | String |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cam.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateUser
<Common request parameters>
{
"Remark": "test",
"Name": "test124",
"CountryCode": "86",
"NeedResetPassword": "0",
"PhoneNum": "10086",
"ConsoleLogin": "1",
"Password": "test123456",
"Email": "123%40qq.com"
}
{
"Response": {
"RequestId": "b46d2afe-6893-4529-bc96-2c82d9214957"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure.UnauthorizedOperation | No permission. |
FailedOperation | Operation failed. |
InvalidParameter.PasswordViolatedRules | Password incompatible with user safety settings. |
InvalidParameter.UserNameIllegal | Invalid username. |
ResourceNotFound.UserNotExist | User does not exist. |
문제 해결에 도움이 되었나요?