Hi Zoom Developer Support Team,
We need guidance on how to properly configure scopes for the following Zoom Phone API using a Server-to-Server OAuth App. GET /phone/user/{userId}/ai_call_summary/{aiCallSummaryId}
We contacted standard Zoom support, and they told us: “You must add legacy scopes like phone:read:admin or phone:read to call this endpoint.”
[Our Question / Problem] Our app is built using the new Granular Scopes UI. As you know, legacy scopes do not appear in the Marketplace UI for new apps, so we cannot search or add them at all.
How can we configure the app to satisfy this requirement?
-
Is there a way to create an app with legacy scopes now?
-
Or, what specific combination of Granular scopes acts as the replacement for
phone:read:admin?
Please let us know the exact steps or workaround to get this endpoint working with the new Granular scopes. Thank you!