更新时间:2024-10-26 GMT+08:00
分享

创建账号

功能介绍

在组织里的某个注册OU下创建账号。

URI

POST https://{hostname}/v1/managed-organization/managed-accounts

请求参数

表1 请求Body参数

参数

是否必选

参数类型

描述

account_name

String

纳管账号名。

account_email

String

纳管账号邮箱。

phone

String

手机号码。

identity_store_user_name

String

Identity Center用户名。

identity_store_email

String

Identity Center邮箱。

parent_organizational_unit_id

String

父注册OU ID。

parent_organizational_unit_name

String

父注册OU名称。

blueprint

Blueprint object

模板。

表2 Blueprint

参数

是否必选

参数类型

描述

blueprint_product_id

String

模板ID。

blueprint_product_version

String

模板版本。

variables

String

模板部署参数。

is_blueprint_has_multi_account_resource

Boolean

模板是否包含多账号资源。

响应参数

状态码: 201

表3 响应Body参数

参数

参数类型

描述

operation_id

String

创建账号、纳管账号、纳管注册OU的操作ID。

请求示例

在组织里的某个注册OU下创建账号。

POST https://{endpoint}/v1/managed-organization/managed-accounts

{
  "account_name" : "string",
  "account_email" : "string",
  "phone" : "18700000000",
  "identity_store_user_name" : "string",
  "identity_store_email" : "string",
  "parent_organizational_unit_id" : "string",
  "parent_organizational_unit_name" : "string",
  "blueprint" : {
    "blueprint_product_id" : "string",
    "blueprint_product_version" : "string",
    "variables" : "string",
    "is_blueprint_has_multi_account_resource" : "boolean"
  }
}

响应示例

状态码: 201

Successful

{
  "operation_id" : "string"
}

状态码

状态码

描述

201

Successful

错误码

请参见错误码

相关文档