List meeting participants
GET
/metrics/meetings/{meetingId}/participants
Dashboards
If you do not provide the
type
query parameter, the default value will be set to live
and thus, you will only see metrics for participants in a live meeting, if any meeting is currently being conducted. To view metrics on past meeting participants, provide the appropriate value for type
. You can specify a monthly date range for the dashboard data using the
from
and to
query parameters. The month should fall within the last six months.dashboard_meetings:read:admin
Rate Limit Label:
Heavy
Prerequisites: Business or a higher plan.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/metrics/meetings//participants'
响应示例响应示例
200 - response
{
"next_page_token": "",
"page_count": 1,
"page_size": 30,
"participants": [
{
"camera": "FaceTime HD Camera",
"connection_type": "P2P",
"data_center": "SC",
"device": "WIN",
"domain": "Dojo-workspace",
"harddisk_id": "sed proident in",
"id": "d52f19c548b88490b5d16fcbd38",
"ip_address": "127.0.0.1",
"join_time": "2019-09-07T13:15:02.837Z",
"leave_reason": "Dojo left the meeting.<br>Reason: Host ended the meeting.",
"leave_time": "2019-09-07T13:15:09.837Z",
"location": "New York",
"mac_addr": " 00:0a:95:9d:68:16",
"microphone": "Plantronics BT600",
"network_type": "Wired",
"pc_name": "dojo's pc",
"recording": false,
"share_application": false,
"share_desktop": true,
"share_whiteboard": true,
"speaker": "Plantronics BT600",
"status": "in_waiting_room",
"user_id": "32dsfsd4g5gd",
"user_name": "dojo",
"version": "4.4.55383.0716"
},
{
"connection_type": "UDP",
"data_center": "SC",
"device": "Android",
"domain": "Rea-workspace",
"harddisk_id": "",
"id": "z8aaaaaaCfp8uQ",
"ip_address": "120.000.000",
"join_time": "2019-08-02T15:31:48Z",
"leave_reason": "Rea left the meeting.<br>Reason: Host closed the meeting.",
"leave_time": "2019-08-02T16:04:12Z",
"location": "San Jose (US)",
"mac_addr": "",
"network_type": "Wifi",
"pc_name": "Rea's PC",
"recording": false,
"share_application": false,
"share_desktop": false,
"share_whiteboard": false,
"user_id": "1670000000",
"user_name": "Rea",
"version": "4.4.55383.0716"
}
],
"total_records": 2
}
请求参数
Path 参数
meetingId
string
必需
Query 参数
type
enum<string>
可选
past
- Past meetings.pastOne
- Past one user meetings.live
- Live meetings.枚举值:
pastpastOnelive
默认值:
live
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
include_fields
enum<string>
可选
registrant_id
as the value for this field if you would like to see the registrant ID attribute in the response of this API call. A registrant ID is a unique identifier of a meeting registrant. This is not supported for live
meeting types.枚举值:
registrant_id
返回响应
修改于 2024-04-24 09:06:48