- 说明
- Meetings
- Billing
- SIP Phone
- Users
- Reports
- Groups
- H323 Devices
- Webinars
- 创建网络研讨会模板POST
- 列出网络研讨会模板GET
- 更新实时流状态PATCH
- 设置网络研讨会的默认品牌虚拟背景PATCH
- 上传网络研讨会的品牌虚拟背景POST
- 删除网络研讨会的品牌虚拟背景DELETE
- 创建网络研讨会POST
- 列出网络研讨会GET
- 执行批量注册POST
- 更新网络研讨会PATCH
- 获取网络研讨会GET
- 删除网络研讨会DELETE
- 创建网络研讨会的邀请链接POST
- 更新网络研讨会的品牌名称标签PATCH
- 更新注册人的状态PUT
- 获取缺席的网络研讨会GET
- 获取网络研讨会的会议品牌推广GET
- 获取网络研讨会注册人GET
- 删除网络研讨会注册人DELETE
- 获取网络研讨会的令牌GET
- 更新实时流PATCH
- 获取实时流详细信息GET
- 创建网络研 讨会的投票POST
- 列出网络研讨会的民意调查GET
- 获取网络研讨会跟踪源GET
- 更新注册问题PATCH
- 列出登记问题GET
- 更新网络研讨会状态PUT
- 添加小组成员POST
- 小组成员名单GET
- 删除网络研讨会小组成员DELETE
- 更新网络研讨会调查PATCH
- 获取网络研讨会调查GET
- 删除网络研讨会调查DELETE
- 添加网络研讨会注册人POST
- 列出网络研讨会注册人GET
- 删除小组成员DELETE
- 获取网络研讨会投票GET
- 删除网络研讨会投票DELETE
- 更新网络研讨会投票PUT
- 创建网络研讨会的品牌名称标签POST
- 删除网络研讨会的品牌名称标签DELETE
- 上传网络研讨会的品牌壁 纸POST
- 删除网络研讨会的品牌壁纸DELETE
- 列出过去的网络研讨会实例GET
- Tracking Field
- Dashboards
- Dashboards Copy
- Cloud Recording
- TSP
- SIP Connected Audio
- Accounts
- PAC
- Information Barriers
- IM Groups
- Roles
- Archiving
获取网络研讨会注册人
GET
/accounts/{accountId}/webinars/{webinarId}/registrants/{registrantId}
Webinars
使用此API获取已注册参加网络研讨会的特定用户的详细信息。
请求参数
Path 参数
webinarId
integer
网络研讨会的ID。
registrantId
string
注册人ID。
accountId
string
帐户的唯一标识符。
Query 参数
occurrence_id
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://prod-cn.your-api-server.com/accounts//webinars//registrants/'
返回响应
🟢200成功。
application/json
Body
网络研讨会注册人。
zip
string
注册人的邮政编码。
示例值:
94045
country
string
可选
示例值:
US
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
join_url
string <string>
可选
示例值:
https://example.com/j/11111
address
string
注册人的地址。
示例值:
1800 Amphibious Blvd.
comments
string
可选
示例值:
Looking forward to the discussion.
create_time
string <date-time>
可选
示例值:
2022-03-26T06:44:14Z
city
string
注册人的城市。
示例值:
Mountain View
org
string
注册人的组织。
示例值:
Cooking Org
last_name
string
注册人的姓氏。
<= 64 字符
示例值:
Chill
no_of_employees
enum<string>
可选
枚举值:
1-2021-5051-100101-250251-500501-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
phone
string
注册人的电话号码。
示例值:
5550100
role_in_purchase_process
enum<string>
可选
枚举值:
Decision MakerEvaluator/RecommenderInfluencerNot involved
示例值:
Influencer
id
string
可选
示例值:
95204914252
state
string
注册人的州或省。
示例值:
CA
first_name
string
注册人的名字。
<= 64 字符
示例值:
Jill
job_title
string
注册人的职称。
示例值:
Chef
email
string <email>
必需
<= 128 字符
示例值:
jchill@example.com
status
enum<string>
可选
枚举值:
approveddeniedpending
示例值:
approved
示例
{
"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": "",
"join_url": "https://example.com/j/11111",
"address": "1800 Amphibious Blvd.",
"comments": "Looking forward to the discussion.",
"create_time": "2022-03-26T06:44:14Z",
"city": "Mountain View",
"org": "Cooking Org",
"last_name": "Chill",
"no_of_employees": "",
"industry": "Food",
"language": "en-US",
"phone": "5550100",
"role_in_purchase_process": "",
"id": "95204914252",
"state": "CA",
"first_name": "Jill",
"job_title": "Chef",
"email": "jchill@example.com",
"status": "approved"
}
🟠400** HTTP状态代码: ** '400' <br>
错误的请求
** 错误代码: ** '1010' <br>
用户不属于此帐户:{accountId}。<br>
🟠404** HTTP状态代码: ** '404' <br>
未找到
** 错误代码: ** '1001' <br>
用户 {userId} 不存在或不属于此帐户。<br>
** 错误代码: ** '3001' <br>
网络研讨会 {webinarId} 未找到或已过期。<br>

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


修改于 2023-10-31 06:13:33