get
/past_meetings/{meetingUUID}/participants
Retrieve information on participants from a past meeting.
Scopes: meeting:read:admin
meeting:read
Rate Limit Label: Medium
Prerequisites:
- Paid account on a Pro or higher plan.
Note: Please double encode your UUID when using this API if the UUID begins with a '/'or contains ‘//’ in it.
Authorization
oauth2 - authorizationCode
Request Parameters
1 Path Parameter
2 Query Parameters
Responses
HTTP Status Code: 200
Meeting participants’ report returned.
1 Example
Schema
page_count
integer
The number of pages returned for the request made.
page_size
integer
The number of records returned within a single API call.
2 validations
total_records
integer
The number of all records available across pages.
next_page_token
string
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.
participants
array[object]
Array of meeting participant objects.
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
meetingUUID
$$.env
1 variable not set
oauth_access_token