Skip to main content

What You'll Need

CredentialWhat it is
Account IDZoom account identifier
Client IDOAuth client ID
Client SecretOAuth 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

1

Access Zoom App Marketplace

  1. Go to Zoom App Marketplace
  2. Click DevelopBuild App
  3. Sign in with your Zoom admin account
2

Create Server-to-Server OAuth App

  1. Find Server-to-Server OAuth in the app types
  2. Click Create
  3. Enter app name: Parable Integration
  4. Click Create
3

Copy Credentials

On the App Credentials page, copy:
  • Account ID
  • Client ID
  • Client Secret
Store these credentials securely — the Client Secret cannot be retrieved later.
4

Add Scopes

Go to Scopes and add the following:
ScopePurpose
user:read:list_users:adminList account users
report:read:user:adminPer-user meeting history reports
meeting:read:list_past_participants:adminPast 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.
5

Activate the App

  1. Complete all required fields (Information, Feature)
  2. Go to Activation
  3. Click Activate your app
The app will be activated immediately for your account.
6

Enter values in the form

Enter Account ID, Client ID, and Client Secret into the connector form, then click Save & test connection.