- Setup
- Reference
What You'll Need
| Credential | What it is |
|---|---|
| Account ID | Zoom account identifier |
| Client ID | OAuth client ID |
| Client Secret | OAuth client secret |
Overview
Connect Parable to Zoom for account users, meeting reports, and past meeting participants using Server-to-Server OAuth. Parable obtains access tokens with only Account ID, Client ID, and Client Secret — no end-user sign-in during sync.Users
List and profile data for users in your Zoom account
Meetings & reports
Per-user meeting history reports where scopes allow
Meeting participants
Per-meeting participant identities for past meetings
Prerequisites
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
Setup Guide
Access Zoom App Marketplace
- Go to Zoom App Marketplace
- Click Develop → Build App
- Sign in with your Zoom admin account
Create Server-to-Server OAuth App
- Find Server-to-Server OAuth in the app types
- Click Create
- Enter app name:
Parable Integration - Click Create
Add Scopes
Go to Scopes and add the following:
| Scope | Purpose |
|---|---|
user:read:list_users:admin | List account users |
report:read:user:admin | Per-user meeting history reports |
meeting:read:list_past_participants:admin | Past meeting participant lists |
These are the current granular scope names required by the Zoom API. Older apps may show
user:read:admin and report:read:admin — both still work but new apps should use the granular names above.Activate the App
- Complete all required fields (Information, Feature)
- Go to Activation
- Click Activate your app
The app will be activated immediately for your account.