- 说明
- Meetings
- 获取会议投票GET
- 删除会议投票DELETE
- 更新会议投票PUT
- 更新livestreamPATCH
- 获取livestream详细信息GET
- 创建会议POST
- 列出会议GET
- 获取会议注册人GET
- 删除会议注册人DELETE
- 执行批量注册POST
- 更新注册问题PATCH
- 列出登记问题GET
- 获取会议的令牌GET
- 更新会议调查PATCH
- 获取会议调查GET
- 删除会议调查DELETE
- 使用会议中控件PATCH
- 列出过去的会议实例GET
- 更新会议状态PUT
- 获取会议邀请GET
- 从现有会议创建会议模板POST
- 列出会议模板GET
- 更新注册人的状态PUT
- 创建会议的邀请链接POST
- 执行批量轮询创建POST
- 更新会议PATCH
- 得到一个会议GET
- 删除会议DELETE
- 更新实时流状态PATCH
- 添加会议注册人POST
- 列出会议注册人GET
- 创建会议投票POST
- 列出会议投票GET
- Billing
- SIP Phone
- Users
- Reports
- Groups
- H323 Devices
- Webinars
- 创建网络研讨会模板
- 列出网络研讨会模板
- 更新实时流状态
- 设置网络研讨会的默认品牌虚拟背景
- 上传网络研讨会的品牌虚拟背景
- 删除网络研讨会的品牌虚拟背景
- 创建网络研讨会
- 列出网络研讨会
- 执行批量注册
- 更新网络研讨会
- 获取网络研讨会
- 删除网络研讨会
- 创建网络研讨会的邀请链接
- 更新网络研讨会的品牌名称标签
- 更新注册人的状态
- 获取缺席的网络研讨会
- 获取网络研讨会的会议品牌推广
- 获取网络研讨会注册人
- 删除网络研讨会注册人
- 获取网络研讨会的令牌
- 更新实时流
- 获取实时流详细信息
- 创建网络研讨会的投票
- 列出网络研讨会的民意调查
- 获取网络研讨会跟踪源
- 更新注册问题
- 列出登记问题
- 更新网络研讨会状态
- 添加小组成员
- 小组成员名单
- 删除网络研讨会小组成员
- 更新网络研讨会调查
- 获取网络研讨会调查
- 删除网络研讨会调查
- 添加网络研讨会注册人
- 列出网络研讨会注册人
- 删除小组成员
- 获取网络研讨会投票
- 删除网络研讨会投票
- 更新网络研讨会投票
- 创建网络研讨会的品牌名称标签
- 删除网络研讨会的品牌名称标签
- 上传网络研讨会的品牌壁纸
- 删除网络研讨会的品牌壁纸
- 列出过去的网络研讨会实例
- Tracking Field
- Dashboards
- Dashboards Copy
- Cloud Recording
- TSP
- SIP Connected Audio
- Accounts
- PAC
- Information Barriers
- IM Groups
- Roles
- Archiving
添加会议注册人
POST
/accounts/{accountId}/meetings/{meetingId}/registrants
Meetings
请求参数
Path 参 数
meetingId
integer
必需
accountId
string
帐户的唯一标识符。
Query 参数
occurrence_ids
string
可选
Body 参数application/json
有关会议注册人的信息。
zip
string
注册人的邮政编码。
示例值:
94045
custom_questions
array [object {2}]
可选
title
string
自定义问题的标题。
示例值:
What do you hope to learn from this?
value
string
可选
<= 128 字符
示例值:
Look forward to learning how you come up with new recipes and what other services you offer.
purchasing_time_frame
enum<string>
可选
枚举值:
Within a month1-3 months4-6 monthsMore than 6 monthsNo timeframe
示例值:
1-3 months
address
string
注册人的地址。
示例值:
1800 Amphibious Blvd.
comments
string
可选
示例值:
Looking forward to the discussion.
city
string
注册人的城市。
示例值:
Mountain View
org
string
注册人的组织。
示例值:
Cooking Org
last_name
string
注册人的姓氏。
<= 64 字符
示例值:
Chill
no_of_employees
enum<string>
可选
枚举值:
1-2021-5051-100101-500500-1,0001,001-5,0005,001-10,000More than 10,000
示例值:
1-20
industry
string
注册人的行业。
示例值:
Food
language
enum<string>
可选
枚举值:
en-USde-DEes-ESfr-FRjp-JPpt-PTru-RUzh-CNzh-TWko-KOit-ITvi-VNpl-PLTr-TR
示例值:
en-US
auto_approve
boolean
可选
示例值:
true
phone
string
注册人的电话号码。
示例值:
5550100
role_in_purchase_process
enum<string>
可选
枚举值:
Decision MakerEvaluator/RecommenderInfluencerNot involved
示例值:
Influencer
state
string
注册人的州或省。
示例值:
CA
first_name
string
注册人的名字。
<= 64 字符
示例值:
Jill
job_title
string
注册人的职称。
示例值:
Chef
email
string <email>
必需
<= 128 字符
示例值:
jchill@example.com
示例
{
"zip": "94045",
"country": "US",
"custom_questions": [
{
"title": "What do you hope to learn from this?",
"value": "Look forward to learning how you come up with new recipes and what other services you offer."
}
],
"purchasing_time_frame": "",
"address": "1800 Amphibious Blvd.",
"comments": "Looking forward to the discussion.",
"city": "Mountain View",
"org": "Cooking Org",
"last_name": "Chill",
"no_of_employees": "",
"industry": "Food",
"language": "en-US",
"auto_approve": true,
"phone": "5550100",
"role_in_purchase_process": "",
"state": "CA",
"first_name": "Jill",
"job_title": "Chef",
"email": "jchill@example.com"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//meetings//registrants' \
--header 'Content-Type: application/json' \
--data-raw '{
"zip": "94045",
"country": "US",
"custom_questions": [
{
"title": "What do you hope to learn from this?",
"value": "Look forward to learning how you come up with new recipes and what other services you offer."
}
],
"purchasing_time_frame": "",
"address": "1800 Amphibious Blvd.",
"comments": "Looking forward to the discussion.",
"city": "Mountain View",
"org": "Cooking Org",
"last_name": "Chill",
"no_of_employees": "",
"industry": "Food",
"language": "en-US",
"auto_approve": true,
"phone": "5550100",
"role_in_purchase_process": "",
"state": "CA",
"first_name": "Jill",
"job_title": "Chef",
"email": "jchill@example.com"
}'
返回响应
🟢201** HTTP状态代码: ** '201'
会议注册已创建。
application/json
Body
occurrences
array [object {4}]
出现对象的数 组。
duration
integer
持续时间。
示例值:
60
start_time
string <date-time>
开始时间。
示例值:
2022-03-25T07:46:00Z
status
string
发生状态。
示例值:
available
start_time
string <date-time>
会议的开始时间。
示例值:
2021-07-13T21:44:51Z
join_url
string
可选
示例值:
https://example.com/j/11111
participant_pin_code
integer <int64>
可选
示例值:
380303
registrant_id
string
注册人的身份证。
示例值:
fdgsfh2ey82fuh
topic
string
会议的主题。
<= 200 字符
示例值:
My Meeting
id
integer <int64>
会议ID。
示例值:
85746065
示例
{
"occurrences": [
{
"duration": 60,
"start_time": "2022-03-25T07:46:00Z",
"occurrence_id": "1648194360000",
"status": "available"
}
],
"start_time": "2021-07-13T21:44:51Z",
"join_url": "https://example.com/j/11111",
"participant_pin_code": 380303,
"registrant_id": "fdgsfh2ey82fuh",
"topic": "My Meeting",
"id": 85746065
}
🟠400** HTTP状态代码: ** '400' <br>
错误的请求
** 错误代码: ** '1010' <br>
用户不属于此帐户: {accountId}
** 错误代码: ** '3003' <br>
您不是会议主持人。
** 错误代码: ** '3043' <br>
会议已达到最大与会者容量。
** 错误码: ** '3000' <br>
无法访问会议信息。
** 错误代码: ** '3161' <br>
您的用户帐户不允许使用会议托管和日程安排功能。
🟠404** HTTP状态代码: ** '404' <br>
未找到
** 错误代码: ** '1001' <br>
会议主持人不存在: {userId}

扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

