Hi Zoom team,
We have a current General App configured as Admin-managed.
Immediately after OAuth token exchange, our backend needs to call:
GET https://api.zoom.us/v2/users/me
Could you please confirm:
- What is the exact current OAuth scope name that must be selected in the Marketplace builder and requested for this endpoint on an Admin-managed General App?
- Under an Admin-managed authorization grant, what does the literal
meresolve to ā the admin who authorized the app, the account owner, or another principal?
We have seen references to user:read, user:read:admin, as well as newer granular scope variants, so we want to avoid relying on legacy scope naming.
We only need the current General App / Admin-managed behavior for GET /v2/users/me.
Thanks.