Incorrect responses in Get past meeting participants API

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
Get past meeting participants

Description
In API document, Get past meeting participants API responses participant’s display_name in participants.name field. However, API seems to response participant’s full_name. (at least not display_name)

Error?
No

How To Reproduce
Steps to reproduce the behavior:
1. Request GET /past_meetings/{meetingId}/participants
2. Check the response
3. participant’s full name is responsed in participants.name field

Hi @daiki.murakami
Thanks for reaching out to us
let me take a look at this and will get back to you with an update shortly

Hi @daiki.murakami
Thanks for your patience here.
I did some testing on my end and it looks like I am getting the display name on my response.
Sometimes it happens to be the full name of the user if that is how they have it set up in their account

@elisa.zoom
Thanks for your response.
I confirmed the user, and I noticed display_name of the user is the same of the response of Get past meeting participants API.
However, in the video of the meeting, the user displayed in other name and the file name of individual_audio_file is also other name.
I guessed the user changed display_name during or immediately after the meeting.

  • before meeting
    • user change display_name A to B
  • during meeting
    • user join the meeting as B → user is displayed as B in video and name of individual_audio_file is also B
  • after meeting
    • user change display_name B to A
  • after recording
    • we use Get past meeting participants API and get A

Can this happen?

Hi @daiki.murakami
I do not think this could happen, specially since user changed the display name after the meeting.
In the Get past meeting participant response, you will get the display name with the one they joined

Hello @elisa.zoom

I see this could not happen.
Then, what is the cause of this response?
I confirmed that the user’s display_name had not changed from A until the meeting ended, and the user’s display_name was B in Sep 8.
I also confirmed Get past meeting participants API responsed B in Sep 8 and when the meeting ended.

If you needed, I’ll check with the host of the meeting to see if it’s okay to share uuid of the meeting.

Hi @daiki.murakami
It is an interesting case.
Is this happening with all meetings or it just happened with this specific instance?
If this is happening with all meetings, please share some specific examples with me so I can troubleshoot this

Hi @elisa.zoom
This issue happened with specific instance.

Thank you

If you have the complete logs, I am happy to look into it @daiki.murakami
Otherwise, I would recommend you keep an eye on the issue and if it happens again grab the logs for me.
This is not the expected behavior

Hi @elisa.zoom
I spent a considerable amount of time addressing the same issue, but ended up encountering it again in a meeting.

  • Zoom Meeting ID: 94403058***
  • Zoom Meeting UUID: juLYeMBRTZW1tOsd/ZR***==
  • participants (response of GET /past_meetings/{uuid}/participants)
    • [{‘id’: ‘8kk5hlnLRNC2nkFD2i4***’, ‘user_id’: ‘16778***’, ‘name’: ‘participant_a’, ‘user_email’: ‘’, ‘join_time’: ‘2024-04-08T07:00:22Z’, ‘leave_time’: ‘2024-04-08T07:10:52Z’, ‘duration’: 630, ‘registrant_id’: ‘’, ‘failover’: False, ‘status’: ‘in_meeting’}, {‘id’: ‘’, ‘user_id’: ‘16787***’, ‘name’: ‘participant_b’, ‘user_email’: ‘’, ‘join_time’: ‘2024-04-08T07:00:32Z’, ‘leave_time’: ‘2024-04-08T07:10:54Z’, ‘duration’: 622, ‘registrant_id’: ‘’, ‘failover’: False, ‘status’: ‘in_meeting’}]
  • participant_audio_files (part of response of GET meetings/{uuid}/recordings)
    • [{‘id’: ‘3e032bfd-5fd9-49a0-8d6b-53bbe8083***’, ‘recording_start’: ‘2024-04-08T07:00:22Z’, ‘recording_end’: ‘2024-04-08T07:10:55Z’, ‘file_name’: ‘Audio only - participant_c’, ‘file_type’: ‘M4A’, ‘file_extension’: ‘M4A’, ‘file_size’: 10069632, ‘play_url’: ‘', ‘download_url’: '’, ‘status’: ‘completed’}, {‘id’: ‘4d7510d7-4a63-4039-a2d1-74558ff22***’, ‘recording_start’: ‘2024-04-08T07:00:22Z’, ‘recording_end’: ‘2024-04-08T07:10:55Z’, ‘file_name’: ‘Audio only - participant_a’, ‘file_type’: ‘M4A’, ‘file_extension’: ‘M4A’, ‘file_size’: 10069632, ‘play_url’: ‘', ‘download_url’: '’, ‘status’: ‘completed’}]

In the Get past meeting participants API, the participants are listed as participant_a and participant_b. However, in the participant_audio_files, the participants are listed as participant_a and participant_c. I have been unable to determine the cause of this discrepancy. Could you please investigate this issue in the meeting?

This issue is the same as the one described in the link below.