Domain name for API request: cam.tencentcloudapi.com.
This API is used to add users to a user group.
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: AddUserToGroup. |
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. |
Info.N | Yes | Array of GroupIdOfUidInfo | The association between the user group ID and the sub-user UIN/UID. |
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: AddUserToGroup
<Common request parameters>
{
"Info": [
{
"Uid": "1001408",
"GroupId": "2020"
}
]
}
{
"Response": {
"RequestId": "47c4a570-17fa-44a3-8ff6-fe006170c104"
}
}
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.GroupNotExist | User Group does not exist. |
InvalidParameter.GroupUserFull | Limit on number of sub-users in the user group reached. |
InvalidParameter.UserGroupFull | Limit on number of user groups joined by a sub-user reached. |
InvalidParameter.UserUinAndUinNotAllNull | A user’s UIN and UID cannot be left empty at the same time. |
ResourceNotFound.UserNotExist | User does not exist. |
本页内容是否解决了您的问题?