全部产品
Search
文档中心

资源管理:AssociateMembers - 绑定联系人

更新时间:Jun 25, 2024

为资源目录、资源夹或成员绑定联系人。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ContactIdstring

联系人 ID。

c-qL4HqKONzOM7****
Membersarray

绑定目标。

string

绑定目标。取值:

  • 资源目录 ID:为整个资源目录绑定联系人。
  • 资源夹 ID:为指定资源夹绑定联系人。
  • 成员 ID:为指定成员绑定联系人。

N 的取值范围:1~5,即每次最多添加 5 个绑定目标。

fd-ZDNPiT****

返回参数

名称类型描述示例值
object

返回结果。

RequestIdstring

请求 ID。

95060F1D-6990-4645-8920-A81D1BBFE992
Membersobject []

绑定目标。

ContactIdstring

联系人 ID。

c-qL4HqKONzOM7****
MemberIdstring

绑定目标 ID。取值:

  • 资源目录 ID。
  • 资源夹 ID。
  • 成员 ID。
fd-ZDNPiT****
ModifyDatestring

绑定时间。

2023-03-27 17:19:21

示例

正常返回示例

JSON格式

{
  "RequestId": "95060F1D-6990-4645-8920-A81D1BBFE992",
  "Members": [
    {
      "ContactId": "c-qL4HqKONzOM7****",
      "MemberId": "fd-ZDNPiT****",
      "ModifyDate": "2023-03-27 17:19:21"
    }
  ]
}

错误码

HTTP status code错误码错误信息描述
400InvalidParameter.ContactIdThe ContactId is invalid.ContactId无效。
400MissingParameter.ContactIdYou must specify ContactId.ContactId不能为空。
400InvalidParameter.MembersThe Members is invalid.Members参数无效。
400InvalidParameter.Members.DuplicateThe Members contains duplicate values.生效成员范围有重复项。
400LimitExceeded.ContactMembersThe maximum number of contact members exceeds the limit.成员生效范围数量超限。
400InvalidMemberThe member does not exist in the resource directory.成员对象不在资源目录内。
400ContactStatusMismatchActionThe status of the contact does not allow the specified operation.联系人的状态不支持当前操作。
404EntityNotExists.ContactThis Contact does not exist.Contact不存在。
429ConcurrentCallNotSupportedThe operation conflicts with other operations. Please try again later.当前操作与其他操作冲突,请稍后再试。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史