No content in /reports/meetings/{meeting_id}/participants

Description
when attempting to get the meeting participant report the response is successful but the response is empty.

this is from the call log for the app I am working on

{
    "endpoint":"https://api.zoom.us/v2/reports/meetings/qGahZPdbS%252FuNPYgvpmoH9Q%253D%253D/participants",
    "response_headers":[
        "Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
    ],
    "date_time":"2022-02-18 10:30:39",
    "method":"GET",
    "request_body":"N/A",
    "response":"N/A",
    "request_headers":[
        "accept: */*",
        "authorization: ******",
        "connection: close"
    ],
    "request_params":[
        
    ],
    "http_status":"200"
}

I have the scope enabled for the app and a paid account. I am able to see the information on the zoom dashboard thru the site so information is available

curl response through php

HTTP/1.1 200
Date: Fri, 18 Feb 2022 18:30:41 GMT
Content-Length: 0
Connection: keep-alive
X-Content-Type-Options: nosniff
Content-Security-Policy: upgrade-insecure-requests; default-src https://*.zoom.us https://zoom.us blob: 'self'; img-src https: about: blob: data: 'self'; style-src https: safari-extension: chrome-extension: 'unsafe-inline' data: 'self'; font-src https: safari-extension: chrome-extension: blob: data: 'self'; connect-src * about: blob: data: 'self'; media-src * rtmp: blob: data: 'self'; frame-src https: ms-appx-web: zoommtg: zoomus: wvjbscheme: data: 'self'; object-src 'none'; base-uri 'none';
X-FRAME-OPTIONS: SAMEORIGIN
Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
Set-Cookie: zm_haid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
Set-Cookie: zm_tmaid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
Set-Cookie: zm_htmaid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM"
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
\r

Error
no error. no content is sent back

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

Which Endpoint/s?
/reports/meetings/{meeting_id}/participants

How To Reproduce (If applicable)
thus far it has been consistent

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

Additional context
Add any other context about the problem here.

discovered what the issue was, missed typed the url. still find it odd that I was not getting a 404 response if this is not a valid url or it does exist but no indication was given that what you requested is not valid?

Thanks for the feedback on this. I’ll share with our docs team!

Gianni

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