Description
I am trying to write code to collect information on all participants in previous meetings. I am having trouble figuring how to do this exactly.
What have I tried so far
I tried working with the following sequence of API calls
Get meeting from /users/{userId}/meetings
For each meeting
Get registrants from /meetings/{meetingId}/registrants
Get participants from /report/meetings/{meetingId}/participants
Problem
It doesn’t quite capture the full list of users that we’re seen. The number ends up being lower than what we expected?
What would be the right way to collect this information?
@tommy I was finally able to give it a shot after upgrading our account. The dashboard end point works out great for what I wanted. It gives me pairs of meeting_id and uuid for each past instance.
Now for each instance, I need registrations and participants. I can get the specific participants for an instance from