接口请求域名: organization.intl.tencentcloudapi.com 。
获取邀请信息列表
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:ListOrganizationInvitations。 |
| Version | 是 | String | 公共参数,本接口取值:2018-12-25。 |
| Region | 否 | String | 公共参数,本接口不需要传递此参数。 |
| Invited | 是 | Integer | 是否被邀请。1:被邀请,0:发出的邀请 |
| Offset | 否 | Integer | 偏移量 |
| Limit | 否 | Integer | 限制数目 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| Invitations | Array of OrgInvitation | 邀请信息列表 |
| TotalCount | Integer | 总数目 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
https://organization.intl.tencentcloudapi.com/?Action=ListOrganizationInvitations
&Invited=101
&Offset=0
&Limit=10
&<公共请求参数>
{
"Response": {
"TotalCount": 1,
"Invitations": [
{
"Id": 1,
"Uin": 1000001,
"HostUin": 1000001,
"HostName": "host_name",
"HostMail": "23**@qq.com",
"Status": 1,
"Name": "member_name",
"Remark": "invitation member",
"OrgType": 1,
"InviteTime": "2021-03-04 12:22:21",
"ExpireTime": "2021-03-04 12:22:21"
}
],
"RequestId": "97fd9345-cfd6-4b93-8205-e25d21ecd26e"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| ResourceNotFound.UserNotExist | 用户不存在。 |
文档反馈