We have created a Server-to-Server OAuth app, including the user:read:admin, meeting:read:admin and meeting_summary:read:admin scopes. When generating an Access Token through the zoom.us/oauth/token endpoint with the app’s “client_id” and “client_secret”, and requesting the “account_credentials” grant_type, the scopes returned for the Access Token only include user:read:admin and meeting:read:admin. It fails to show that the meeting_summary:read:admin scope was enabled for that server-to-server app.
How can we ensure the Svr-to-Svr OAuth app has access to the meeting_summary resource, across Users?