No Participants Details with Meeting UUID

Hi,

We are using webhook and saving meeting uuid and getting participants using that uuid. We got this UUID oWMNIGkMQSSVO2UbtrU/QA== but participants API is giving response Meeting does not exist: oWMNIGkMQSSVO2UbtrU/QA==.

@MaxM @elisa.zoom Can you please check this one?

Hi @vivek.kairi

Happy to help here! Can you please share with me what endpoint are you trying to call and getting the error with? As well as the request URL with any query params that you are sending to the endpoint

Thanks
Elisa

Hi @elisa.zoom

Here’s the end point: /report/meetings/{meetingId}/participants
Using UUID as meetingId

Response:

{
    "code": 3001,
    "message": "Meeting does not exist: oWMNIGkMQSSVO2UbtrU/QA==."
}

Even tried with /metrics/meetings/{meetingId}/participants?type=past
But same response

Hi @vivek.kairi
Thanks for sharing this …
Could you please double encode the meeting uuid and try again?

Hi @elisa.zoom

Tried that, still no luck

Hi @vivek.kairi
I was able to look into your meetingUUID and it looks like it only had one participant
To return a report for past meeting with only one participant, use the List meeting participants API.

Thanks
Elisa

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