Domain name for API request: csip.intl.tencentcloudapi.com.
Query the sub-account list of the 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: DescribeSubUserInfo. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group Account Member ID |
| Filter | No | Filter | Filtered Content |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total number. |
| Data | Array of SubUserInfo | Sub-user list |
| CloudTypeLst | Array of FilterDataObject | Manufacturer list |
| OwnerAppIDLst | Array of FilterDataObject | Enumerate appid belonging to main account |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Query the group's sub-account list
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeSubUserInfo
<Common request parameters>
{
"Filter": {
"Filters": [
{
"Name": "OwnerAppID",
"Values": [
"1300448058"
],
"OperatorType": 7
}
],
"Limit": 10,
"Offset": 0
}
}
{
"Response": {
"CloudTypeLst": [
{
"Text": "Tencent Cloud",
"Value": "0"
},
{
"Text": "Amazon Web Services",
"Value": "1"
}
],
"Data": [
{
"ID": 54673597,
"AppID": "1330959198",
"Uin": "100040148813",
"NickName": "TC_20241224_Wez4",
"OwnerAppID": "1330***9198",
"OwnerUin": "1000***8855",
"OwnerNickName": "1000***78855",
"OwnerMemberID": "mem-tencent-59de5***9af64",
"CloudType": 0,
"ServiceCount": 379,
"InterfaceCount": 38408,
"AssetCount": 1,
"LogCount": 0,
"ConfigRiskCount": 0,
"ActionRiskCount": 0,
"IsAccessCloudAudit": false,
"IsAccessCheck": true,
"IsAccessUeba": false
}
],
"OwnerAppIDLst": [
{
The blue of the sky
"Value": "1***448058"
},
{
"Text": "xiedi do not delete"
"Value": "13***7864161"
},
{
"Text": "Do not delete scan"
"Value": "1317864198"
},
{
"Text": "Test"
"Value": "131***4211"
},
{
self-created account
"Value": "132***38881"
},
{
"Text": "1000***278855",
"Value": "1330***198"
},
{
"Text": "Pay as you go"
"Value": "2229***64947"
},
{
"Text": "Pay-as-you-go"
"Value": "230***9*5321"
},
{
"Text": "aws-test-api-Cjhk",
"Value": "358***6334"
},
{
"Text": "TencentCSCSubAccount_20230904_7jpE4",
"Value": "6454***52***51"
},
{
"Text": "TC_20240510_J0Iz",
"Value": "6864***15099"
},
{
"Text": "TC_20240510_nZFQ",
"Value": "792***4186"
},
{
"Text": "TC_20241220_ekw3",
"Value": "9054***53255"
}
],
"RequestId": "f711b4b6-ed7e-4cc3-8bde-9bba5732e551",
"TotalCount": 151
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
フィードバック