Get Join/Leave times of participants of a past meeting through the API?

I’d like to know if it’s possible to get the Join/Leave time data of a particular finished meeting through the API. I intend to make a browser extension that allows the user of the extension to see a chart of a past meeting join and leave times of each participant. At the moment, the user has to download the spreadsheet and then load the data into the extension. I’d like the user to just be able to choose from a list of past meetings and see a nice chart of when each participant joined and left.

Is such a thing possible with the API? Is there something like this out there already?

Hey @pschmitz ,

Welcome to the community.

Yes this is possible, via the Zoom API.

The /report/meetings/{meetingId}/participants endpoint allows you to pass a meeting ID, along with a list of participants and their join/leave times.

Thanks,
Alex

1 Like

Hey @pschmitz ,

Let us know if that answers your question! :slight_smile:

Thanks @alexmayo ! :slight_smile:

-Tommy

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.