日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

InviteAccountToResourceDirectory - 邀請外部賬號加入資源目錄

調用InviteAccountToResourceDirectory邀請外部賬號加入資源目錄。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
TargetEntitystring

被邀請賬號 ID 或登錄郵箱。

someone@example.com
TargetTypestring

被邀請賬號類型。取值:

  • Account:賬號 ID。
  • Email:賬號登錄郵箱。
Email
Notestring

備注。

最大長度為 1024 個字符。

歡迎您加入
Tagobject []

標簽。

Keystring

標簽鍵。

k1
Valuestring

標簽值。

v1
ParentFolderIdstring

父資源夾 ID。

r-b1****

返回參數

名稱類型描述示例值
object

返回結果。

RequestIdstring

請求 ID。

9B34724D-54B0-4A51-B34D-4512372FE1BE
Handshakeobject

邀請信息。

Statusstring

邀請狀態。取值:

  • Pending:等待確認。
  • Accepted:已接受。
  • Cancelled:已取消。
  • Declined:已拒絕。
  • Expired:超時。
Pending
ExpireTimestring

邀請的過期時間(UTC 時間)。

2018-08-24T09:55:41Z
ResourceDirectoryIdstring

資源目錄 ID。

rd-abcdef****
CreateTimestring

邀請的創建時間(UTC 時間)。

2018-08-10T09:55:41Z
Notestring

備注。

歡迎您加入
TargetEntitystring

被邀請賬號 ID 或登錄郵箱。

someone@example.com
MasterAccountIdstring

資源目錄管理賬號 ID。

172841235500****
MasterAccountNamestring

資源目錄管理賬號名稱。

Alice
ModifyTimestring

邀請的修改時間(UTC 時間)。

2018-08-10T09:55:41Z
TargetTypestring

被邀請賬號類型。取值:

  • Account:賬號 ID。
  • Email:賬號登錄郵箱。
Email
HandshakeIdstring

邀請 ID。

h-ycm4rp****

示例

正常返回示例

JSON格式

{
  "RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
  "Handshake": {
    "Status": "Pending",
    "ExpireTime": "2018-08-24T09:55:41Z",
    "ResourceDirectoryId": "rd-abcdef****",
    "CreateTime": "2018-08-10T09:55:41Z",
    "Note": "歡迎您加入",
    "TargetEntity": "someone@example.com",
    "MasterAccountId": "172841235500****",
    "MasterAccountName": "Alice",
    "ModifyTime": "2018-08-10T09:55:41Z",
    "TargetType": "Email",
    "HandshakeId": "h-ycm4rp****"
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400MissingParameter.TargetEntityYou must specify TargetEntity.邀請方信息缺失,請指定目標實體。
400InvalidParameter.TargetEntityThe TargetEntity is invalid.目標實體無效,請指定賬號UID/賬號登錄郵箱。
400MissingParameter.TargetTypeYou must specify TargetType.邀請類型缺失,請指定目標類型。
400InvalidParameter.TargetTypeThe TargetType is invalid.邀請類型無效,請指定賬號UID/賬號登錄郵箱。
400InvalidParameter.Note.LengthThe length of the invitation note exceeds the limit.邀請備注長度超出限制,最多不能超過1024個字符或漢字。
400InvalidParameter.NoteThe Note is invalid.Note無效。
400InvalidParameter.ParentFolderIdThe ParentFolderId is invalid.父資源夾ID無效,資源夾ID應以“r-”開頭+6位數字或英文字母或以“fd-”開頭+10位數字或英文字母。
400InvalidParameter.AccountIdThe AccountId is invalid.成員ID無效,請輸入16位賬號ID。
404EntityNotExists.ResourceDirectoryThe resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account.當前賬號未啟用資源目錄,請先啟用資源目錄。
404EntityNotExists.FolderThe resource directory folder does not exist.資源夾不存在,請先創建資源夾。
409LimitExceeded.AccountThe maximum number of member accounts in a resource directory exceeds the limit.資源目錄中的成員數量超出限制。
409LimitExceeded.InvitationRateThe number of invitations sent exceeds the limit.發送邀請數量超出限制,每日最多只能發送20條邀請。
409EntityAlreadyExists.HandshakeHandshakes with the same target entity already exist.被邀請方已存在邀請記錄,請先處理邀請。
409Invalid.AccountTypeThe specified profile type of account is invalid.賬號類型無效,請您使用企業類型賬號。
409EntityAlreadyExists.ResourceDir.AccountThis resource directory account already exists.創建成員時系統生成的郵箱已被占用,請重試。
409LimitExceeded.Invitation.InvalidTargetThe maximum number of invalid targets that can be invited by a single account is exceeded.同一賬號邀請無效目標數量超過限制。
409NotSupport.AccountInAnotherResourceDirectoryThe invited account already belongs to another resource directory. To continue, remove the account from the other resource directory.被邀請賬號已歸屬其他資源目錄,如需繼續請先將此賬號從其他資源目錄中移除。
409LegalEntityMismatchThe account does not have the same legal entity as the management account.被邀請賬號與資源目錄管理賬號的實名信息不一致。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2023-12-08OpenAPI 錯誤碼發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更。
    錯誤碼 409 變更
    刪除錯誤碼:400
    刪除錯誤碼:404
2023-10-25OpenAPI 錯誤碼發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更
    錯誤碼 409 變更
    刪除錯誤碼:400
    刪除錯誤碼:404
2023-09-04OpenAPI 錯誤碼發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更。
    錯誤碼 409 變更
    刪除錯誤碼:400
    刪除錯誤碼:404
2023-05-24OpenAPI 錯誤碼發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更。
    錯誤碼 400 變更
    錯誤碼 409 變更
    刪除錯誤碼:404
2023-04-28OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更。
    錯誤碼 400 變更
    錯誤碼 404 變更
    刪除錯誤碼:409
入參OpenAPI 入參發生變更。
    新增入參:ParentFolderId