Retriving past webinar /participants no longer works, but /instances does

Hi,

Starting on May 20th, we started receiving the following response from the /v2/past_webinars/[webinar id]/participants endpoint

{
    "code": 200,
    "message": "No permission."
}

Nothing has changed on our end. Our app is uses server-to-server auth and the scope of the token is listed as webinar:write:admin webinar:read:admin.

Note that /v2/past_webinars/[webinar id]/instances works fine and returns a list of occurences as expected.

Any idea what could be the issue?

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