"code":3001,"message":"Meeting does not exist: [meeting UUID]"

I am trying to use the get Past meeting participant API in zoom meeting but getting the error while making the API call using JWT token.

Error: “code”:3001,“message”:“Meeting does not exist: yfDtaRyRS2O/kYEkbW+VZg==.”

App type: JWT

Endpoint : https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingparticipants

You can use my meeting id to check from your side
Meeting Id: 83552903376

Hi @ajaiswal ,

When did the meeting occur? Is the yfDtaRyRS2O/kYEkbW+VZg== meeting uuid from when the meeting was first scheduled or once it finished?

You can get the updated uuid by passing the meeting id here: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetings

Gianni

@ajaiswal: have you solved your problem? if yes then how?? i have the same.

Hi

Could you please tell me which API should I use to get the meeting UUID, currently I am using get a meeting API and using UUID from that API response.

The API which you told is giving me 2 UUID, which one should I use?
Will I get the start time and leave time in the get past meeting participant API?

Thanks,
Abhishek

No, I didn’t got any satisfactory answer

Hi @ajaiswal ,

This is expected behavior for this endpoint:
image

Each of those meeting uuids mirror the meeting instance that has occurred.

Was this meeting a recurring meeting with multiple instances?

Hi @gianni.zoom

Yes, meeting created can be a recurring meeting. Please tell me if I can get the start time and leave time in the get past meeting participant API.

Thanks,
Abhishek

@ajaiswal The Get Past Meeting Participants API does not return the start or end time. Instead, you’ll want to use the Get Past Meeting Details API.

Let me know if that helps.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.