接口请求域名: organization.intl.tencentcloudapi.com 。
获取企业组织信息
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:GetOrganization。 |
| Version | 是 | String | 公共参数,本接口取值:2018-12-25。 |
| Region | 否 | String | 公共参数,本接口不需要传递此参数。 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| OrgId | Integer | 企业组织ID |
| HostUin | Integer | 创建者UIN |
| Nickname | String | 创建者昵称 |
| String | 创建者邮箱 | |
| OrgType | Integer | 企业组织类型 |
| IsEmpty | Integer | 是否为空 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
https://organization.intl.tencentcloudapi.com/?Action=GetOrganization
&<公共请求参数>
{
"Response": {
"OrgId": 101,
"HostUin": 100000000001,
"Nickname": "host_name",
"Mail": "23***@qq.com",
"OrgType": 1,
"IsEmpty": 1,
"RequestId": "629cde15-2b9c-403b-b5f1-033992709327"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| ResourceNotFound.OrganizationNotExist | 企业组织不存在。 |
| ResourceNotFound.UserNotExist | 用户不存在。 |
文档反馈