基本信息

Action

CreateUser

Path

/iaas

Method

GET

请求参数

此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容

参数名 类型 是否必须 描述

address

String

地址

change_passwd_first_login

Integer

初次登录是否需要更改密码

channel

String

company_code

String

公司编号

company_name

String

公司名称

company_phone

String

公司电话

console

String

Console ID

currency

String

货币

email

String

邮箱

industry_category

String

分类

lang

String

语言

need_confirm

Integer

是否需要确认

paid_mode

String

付款模式

passwd

String

密码

personal_code

String

身份证

personal_name

String

姓名

phone

String

电话

remarks

String

备注

sale_type

String

销售类型

send_init_pwd

Integer

是否发送初始化密码

source

String

来源

support_engineer

String

支撑工程师

user

String

用户

user_name

String

用户名

user_verify

String

verify_type

String

验证类型

返回数据

此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容

参数名 类型 是否必须 描述

email

String

邮箱

user_id

String

用户 ID

请求示例

{
  "address": "ChinaChengDu",
  "change_passwd_first_login": 0,
  "channel": "channel_0",
  "company_code": "135*****",
  "company_name": "company_name_0",
  "company_phone": "157*******",
  "console": "console_0",
  "currency": "USD",
  "email": "4743******",
  "industry_category": "Education",
  "lang": "ZH_CN",
  "need_confirm": 0,
  "paid_mode": "pre_paid",
  "passwd": "******",
  "personal_code": "622727*******",
  "personal_name": "TomJackson",
  "phone": "157*******",
  "remarks": "",
  "sale_type": "public",
  "send_init_pwd": 0,
  "source": "source",
  "support_engineer": "engineer_0",
  "user": "admin",
  "user_name": "admin",
  "user_verify": "user_verify",
  "verify_type": "personal",
  "zones": [
    "pk3"
  ]
}

返回示例

{
  "action": "CreateUserResponse",
  "email": "4743******",
  "ret_code": 0,
  "user_id": "admin"
}