List recording registrants
GET
/meetings/{meetingId}/recordings/registrants
Cloud Recording
Scopes:
recording:read:admin
, recording:read
.Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/meetings//recordings/registrants'
响应示例响应示例
200 - response
{
"page_count": 0,
"page_number": 1,
"page_size": 30,
"registrants": [
{
"address": "dsdsfsf st",
"city": "Paris",
"comments": "Amazing!",
"country": "France",
"create_time": "2019-08-29T23:04:08Z",
"custom_questions": [],
"email": "shriee@somekindofmail.com",
"first_name": "Shri",
"id": "sskldsbdABBBBBBBB",
"industry": "sfsdf",
"job_title": "sfsdfsdf",
"last_name": "Shree",
"no_of_employees": "40",
"org": "dsadsfsf",
"phone": "000000",
"purchasing_time_frame": "Within a month",
"role_in_purchase_process": "Influencer",
"share_url": "https://zoom.us/recording/share/IlA1ABCDDJHKNDkkkkkkkTziMw",
"state": "astate",
"status": "approved",
"zip": "3555354"
}
],
"total_records": 1
}
请求参数
Path 参数
meetingId
integer <int64>
必需
Query 参数
status
enum<string>
可选
pending
- Registrant's status is pending.approved
- Registrant's status is approved.denied
- Registrant's status is denied.枚举值:
pendingapproveddenied
默认值:
approved
page_size
integer
可选
<= 300
默认值:
30
page_number
integer
可选
默认值:
1
next_page_token
string
可选
返回响应
修改于 2024-04-24 09:06:48