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?