组织 ORGANIZATIONS-邀请账号加入组织:请求示例

时间:2024-11-05 09:57:28

请求示例

邀请账号加入组织

POST https://{endpoint}/v1/organizations/accounts/invite

{
  "target" : {
    "type" : "account",
    "entity" : "05c734152f00d4200f2bc0179ac6c5e0"
  },
  "notes" : "test-notes",
  "tags" : [ {
    "key" : "keystring",
    "value" : "valuestring"
  } ]
}
support.huaweicloud.com/api-organizations/InviteAccount.html