接口请求域名: organization.intl.tencentcloudapi.com 。
获取组织成员被绑定授权关系的子账号列表
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeOrganizationMemberAuthAccounts。 |
| Version | 是 | String | 公共参数,本接口取值:2021-03-31。 |
| Region | 否 | String | 公共参数,本接口不需要传递此参数。 |
| Offset | 是 | Integer | 偏移量。取值是limit的整数倍。默认值 : 0。 |
| Limit | 是 | Integer | 限制数目。取值范围:1~50。默认值:10。 |
| MemberUin | 是 | Integer | 成员Uin。 |
| PolicyId | 是 | Integer | 策略ID。可以通过DescribeOrganizationMemberPolicies获取 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| Items | Array of OrgMemberAuthAccount | 列表 |
| Total | Integer | 总数目 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: organization.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeOrganizationMemberAuthAccounts
<公共请求参数>
{
"MemberUin": 111111111111,
"Limit": 10,
"PolicyId": 1001,
"Offset": 0
}
{
"Response": {
"Items": [
{
"CreateTime": "2021-07-14 21:00:59",
"IdentityId": 1,
"IdentityRoleAliasName": "admin",
"IdentityRoleName": "OrganizationAccessControlRole",
"OrgSubAccountUin": 222222222222,
"PolicyId": 1001,
"PolicyName": "policy_name",
"UpdateTime": "2021-07-14 21:00:59",
"OrgSubAccountName": "sub_name"
}
],
"RequestId": "cf182a6b-8caa-4df9-b1d0-09ad41e8c434",
"Total": 1
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| InternalError | 内部错误。 |
| InvalidParameter | 参数错误。 |
| ResourceNotFound.OrganizationNotExist | 企业组织不存在。 |
文档反馈