Meeting not coming up in /past_meetings/:meetingId while comes up in /meetings/:meetingId when using PMI

Hi @ajay.prabhakaran ,

Thanks for clarifying. Regarding PMI meetings, these will have a new, unique ID generated in addition to the standard PMI. Please see this post which explains this in some more detail:

In regards to your questions:

How can one link up (via API) a new scheduled meeting to the participants who attended the meeting once completed (assuming 2 people joined the meeting - host and participant).

I would recommend leveraging our Participant Joined webhook:
https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/participant-joined-meeting

In cases where the meetingID is based on generated number, It looks to be straightforward to take the meetingID/uuid from GET /meetings/:meetingId and use in /past_meetings/:meetingId

Correct.

In case where the meetingID is based on PMI, whats the key to get the instance uuid from GET /meetings/:meetingId?

You will want to use the unique ID generated for the PMI meeting, discussed in the attached post above.

Let me know if this helps!

Best,
Will