“/past_meetings/{meetingUUID}/participants” Double Encoding Issue,

Description
I am using a paid account and have admin access.

meetingUUID is correct which I have retrieved from /meetings/{meetingId} API.
Meeting Id = ‘97627249829’
Meeting UUID = ‘gq35Ssa+R/mVxmpdkbgskA==’

I am facing the same issue while hitting URL “/past_meetings/{meetingUUID}/participants”

before encode meetingUUID: gq35Ssa+R/mVxmpdkbgskA==

after encode meetingUUID: gq35Ssa%252BR%252FmVxmpdkbgskA%253D%253D

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body : https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingparticipants
  2. See error: {“code”:3001,“message”:“Meeting does not exist: gq35Ssa+R/mVxmpdkbgskA==.”}

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@panelist_025 - Could you please advise me. It has been three days since post this issue.

Hey @arjun.bsci,

After looking up that meetingUUID it does not look like that meeting actually ever started.

The Past Meeting Participants endpoint will only work for meetings that have started and ended with more than one person.

I do see an instance of the meetingID which was started, but it only had one person in the meeting, the host. Make sure there is at least two people and the Get Past Meeting Participant endpoint will work.

Thanks,
Tommy