Exact scope for GET /v2/users/me on an Admin-managed General App

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:

  1. 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?
  2. Under an Admin-managed authorization grant, what does the literal me resolve 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.