- Setup
- Reference
What You'll Need
| Credential | Description |
|---|---|
| Account ID | Zoom account identifier |
| Client ID | OAuth client ID |
| Client Secret | OAuth client secret |
Overview
Server-to-Server OAuth enables secure, automated API access without user interaction — ideal for integrations like Parable.Prerequisites
Administrator access required. You need privileges in to complete this setup.If you don’t have admin access, contact your administrator to:
- Create the API credentials on your behalf, OR
- Grant you temporary admin access to complete the setup
- Owner or Admin role in Zoom account
- Permission to create Server-to-Server OAuth apps
Setup Guide
1
Access Zoom App Marketplace
- Go to Zoom App Marketplace
- Click Develop → Build App
- Sign in with your Zoom admin account
2
Create Server-to-Server OAuth App
- Find Server-to-Server OAuth in the app types
- Click Create
- Enter app name:
Parable Integration - Click Create
3
Copy Credentials
On the App Credentials page, copy:
- Account ID
- Client ID
- Client Secret
4
Add Scopes
Go to Scopes and add the following:
| Scope | Purpose |
|---|---|
user:read:admin | Read user information |
meeting:read:admin | Read meeting data |
report:read:admin | Access usage reports |
phone:read:admin | Read phone call logs (if applicable) |
dashboard:read:admin | Dashboard metrics |
5
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.
Need to restrict access?
By default, this grants access to all users in your account. See Scoped Access to limit Parable to specific users or teams.