Create a sub account
POST
/accounts
Accounts
Zoom allows only approved partners to use master APIs and manage sub accounts. Email the partner programs team at partner-success@zoom.us. for more details. Please note that the created account user will receive a confirmation email.
account:write:admin
Rate Limit Label:
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.zoom.us/v2/accounts' \
--form 'email=""' \
--form 'first_name=""' \
--form 'last_name=""' \
--form 'password=""'
响应示例响应示例
201 - response
{
"created_at": "string",
"id": "string",
"owner_email": "string",
"owner_id": "string"
}
请求参数
Body 参数multipart/form-data
account_name
string
可选
<= 64 字符
email
string
必需
<= 128 字符
first_name
string
必需
<= 64 字符
last_name
string
必需
<= 64 字符
options
object
可选
billing_auto_renew
boolean
可选
meeting_connector_list
array[string]
可选
share_mc
is set to true
.pay_mode
enum<string>
可选
master
- master account holder pays.sub
- Sub account holder pays.枚举值:
mastersub
默认值:
master
room_connector_list
array[string]
可选
share_rc
is set to true
.share_mc
boolean
可选
默认值:
false
share_rc
boolean
可选
默认值:
false
password
string
必需
password_requirement
field present in the security
object.返回响应
修改于 2024-04-24 09:06:48