Good evening,
I have a problem that I’m trying to solve and I’d appreciate any help from this forum.
A customer of my company needs to download reports for their recurring meetings (i.e., meetings that share the same Meeting ID) with a single click.
To achieve this, I developed a software application that uses the Zoom APIs to retrieve, in a single report, all the data from the meeting instances associated with the Meeting ID entered by the user in a form.
However, there is one issue: the customer needs the report to contain the final/updated participant names. In other words, if a participant changes their display name during the meeting, the report should show the name they used at the end of the meeting rather than their original name.
As far as I understand, this is only possible by downloading the CSV report separately for each individual meeting instance. However, this would make the process much more complicated and time-consuming for the customer, as they would have to download and process the reports for every single instance.
I have looked into the available APIs and, from what I have found, it does not seem possible to retrieve a report containing the participant names as they were changed during the meeting.
Does anyone know if there is actually a way to retrieve these updated participant names via API? Are there any APIs or endpoints that provide this information without having to manually download the CSV report for each meeting instance?
Any advice or suggestions would be greatly appreciated.
Thank you in advance!
Francesco