How To get Meeting Participants Attended time report for Scheduled Meetings as well as Recurring meetings with their occurrences using OAuth APP API
Hi @avinash.moharil,
Thanks for reaching out about this, and good question. Happy to help clarify.
To that end, if you wish to see how long a participant attended a meeting for, you can query the following endpoint, which returns a join and leave time you can use to calculate the duration of their attendance:
Note that this endpoint will return the last occurrence of a recurring meeting by default, if the Meeting ID is passed in the request URL.
To get information on a specific instance of a recurring meeting, you need to pass in the UUID for that instance. If you need to get a list of past meeting instances and their UUIDs, you can first call this endpoint:
Thanks!
Will
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.