Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.27
references/reports.mdMarkdown1 KBView on GitHub
Access meeting statistics, usage reports, and analytics data.
GET /report/dailyQuery parameters:
year - Year (required)month - Month (required)GET /report/meetings/{meetingId}/participantsGET /report/meetings/{meetingId}GET /report/webinars/{webinarId}/participantsGET /report/users{
"dates": [
{
"date": "2024-01-15",
"new_users": 5,
"meetings": 25,
"participants": 150,
"meeting_minutes": 3600
}
]
}{
"participants": [
{
"id": "user_id",
"name": "User Name",
"user_email": "user@example.com",
"join_time": "2024-01-15T10:00:00Z",
"leave_time": "2024-01-15T11:00:00Z",
"duration": 3600
}
]
}report:read - View reports