Get Meeting Participant Reports not getting desired participant "Name" values

Hey @zoom06,

Good question—the API will return the original name of the user in its response. It does not contain a rename field like the report in the UI.

More specifically, our GET Meeting Participant Reports endpoint will return the name they have set within the Zoom App, or if they are logged in when joining, it will return the name they have on their Zoom account.

In regards to the Meeting ID vs Meeting UUID, this can depend a bit on your use case. The Meeting ID can encompass different instances of 1 meeting (such as the meeting before it was started vs after it is started). If you need to make sure your request is as granular as possible, the UUID will help you accomplish this. You can also find some more details on this here:

Let me know if this helps,
Will