Using this template helps us debug your issues more effectively 
Description
Hi, I need to get information from the API that has participants’ information that includes when they joined/left and the duration they were in the meeting (or I can calculate that).
On the website - Account Management - Reports - Usage Reports - Active Hosts, I can see my meeting and get a list of participants by clicking on the Participants number. From the top 3 lines of the file:
Name (Original Name),User Email,Join Time,Leave Time,Duration (Minutes),Guest,Recording Consent
Edwin,01/02/2022 08:59:40 AM,01/02/2022 12:17:37 PM,198,Yes,Y
Ronald Adams,01/02/2022 09:02:31 AM,01/02/2022 09:08:12 AM,6,Yes
Error
n/a
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
I have looked at /v2/past_meetings/{meetingid}/participants
But I need this information for each occurrence of the meeting.
How To Reproduce (If applicable)
n/a
Screenshots (If applicable)
n/a
Additional context
n/a
Thank you
