Hi Zoom team,
I’m building an integration that fetches meeting transcripts using the Zoom API. I understand that cloud recordings and transcription must be enabled for the host, and I’ve reviewed the documentation for /meetings/{meetingId}/recordings.
My app is set up as an account-level OAuth app and has the recording:read:admin and meeting:read:admin scopes.
Question:
Can this app access cloud recordings and transcripts for all users in the same Zoom account (organization), assuming proper consent and installation by an account admin?
I want to confirm whether this access is supported or if the host user must explicitly authenticate the app for their own data.
Thanks!