/metrics/meetings/{meetingId}/participants
Get a list of participants from live or past meetings.
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.
Scopes: dashboard_meetings:read:admin
Rate Limit Label: Heavy
Prerequisites: Business or a higher plan.
Authorization
Request Parameters
Responses
HTTP Status Code: 200
Meeting participants returned.
Only available for paid accounts that have enabled the dashboard feature.
The number of pages returned for the request made.
The number of records returned within a single API call.
The number of all records available across pages.
The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.
Array of participant session objects. If a participant left a meeting and rejoined the same meeting, their information will appear multiple times (as many times as they joined the meeting).