List both name and original name when using Zoom Meeting API

We produce a list of meeting participants using /report/meetings/{meetingId}/participants to return a report of a past meetings. We automatically sort participants by name and merge information when the same name has many records on the same meeting. It happens that many participants enter using the same name and change it during the meeting.

We would like the Zoom Meeting API call to /report/meetings/{meetingId}/participants to mimic the related Zoom standard report: Name (Original Name).

@eventos1 Hope you will be fine.

Please sort using user_id. There is no any way to get old names except you can save these types of data from your custom in meeting sdk or app integrations during the meeting.

Thanks.