**API Endpoints
- /metrics/webinars/{webinar_id}/participants
- /report/webinars/{webinar_id}/participants
Description
I used the /past_webinars/{webinar_id}/participants API to get the past webinar participant data. But the API didn’t return the expected result.
So, I am going to use the /metrics/webinars/{webinar_id}/participants API instead of the API. But when call the APIs , I get the error message - Invalid access token, does not contain scopes: [dashboard:read:list_webinar_participants:admin, report:read:list_webinar_participants:admin]
I am account owner, but there are no the scopes in my scope setting. How to add the scopes?