接口请求域名: bi.intl.tencentcloudapi.com 。
项目内-用户接口
默认接口请求频率限制:100次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeUserProjectList。 |
| Version | 是 | String | 公共参数,本接口取值:2022-01-05。 |
| Region | 否 | String | 公共参数,此参数为可选参数。 |
| ProjectId | 否 | Integer | 项目ID |
| AllPage | 否 | Boolean | 无 |
| PageNo | 否 | Integer | 无 |
| PageSize | 否 | Integer | 无 |
| IsFilterPerAuthUser | 否 | Boolean | 是否过滤掉企业管理员 |
| IsFilterCurrentUser | 否 | Boolean | 是否过滤掉当前用户 |
| Keyword | 否 | String | 关键字 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| ErrorInfo | ErrorInfo | 自定义错误信息对象 注意:此字段可能返回 null,表示取不到有效值。 |
| Data | CorpUserListData | 数据 注意:此字段可能返回 null,表示取不到有效值。 |
| Extra | String | 扩展 注意:此字段可能返回 null,表示取不到有效值。 |
| Msg | String | 消息 注意:此字段可能返回 null,表示取不到有效值。 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
项目内用户接口示例
POST / HTTP/1.1
Host: bi.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeUserProjectList
<公共请求参数>
{
"ProjectId": 1982493789748932,
"AllPage": false,
"PageNo": 1982493789748932,
"PageSize": 1982493789748932,
"Keyword": "zhangsan"
}
{
"Response": {
"ErrorInfo": {
"ErrorTip": "",
"ErrorLevel": "INFO",
"DocLink": "",
"FAQ": "",
"ReservedField": ""
},
"Data": {
"List": [
{
"UserId": "1101",
"UserName": "zhangsan",
"CorpId": "1012",
"Email": "123***@qq.com",
"LastLogin": "2020-09-22T00:00:00+00:00",
"Status": 0,
"FirstModify": 0,
"PhoneNumber": "86212***21",
"AreaCode": "086",
"CreatedUser": "zhangsan",
"CreatedAt": "2020-09-22T00:00:00+00:00",
"UpdatedUser": "zhangsan",
"UpdatedAt": "2020-09-22T00:00:00+00:00",
"GlobalUserName": "zhangsan",
"Mobile": "153****798",
"AppId": "101",
"AppUserId": "zhangsan",
"AppUserAliasName": "zhangsan",
"AppUserName": "zhangsan",
"InValidateAppRange": true
}
],
"Total": 0,
"TotalPages": 0
},
"Extra": "",
"Msg": "成功",
"RequestId": "RequestId-123"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| MissingParameter.MissingParam | 必填参数缺失。 |
| UnsupportedOperation.BIError | 默认业务异常。 |
文档反馈