Creating a Zoom OAuth App

Last published : Jun 07, 2026
To create an oAuth application:
  1. Login to Zoom Marketplace in case of using Zoom Commercial.
    OR,
  2. Login to Zoom for Government in case of using Zoom for Government.
  3. Select Develop > Build App.
  4. Select General App and click Create.
  5. A Client ID and Client secret will be generated. Use these credentials to configure the collector.
  6. On the Basic Information page, under Select how the app is managed, choose Admin-managed and click Save.
  7. Under OAuth Information add the URL of your local environment in the following format: https://<your_instance>/Configuration/OAuthCallback to the OAuth Redirect URL. Ensure that OAuth Allow lists field is filled with the same URL as well.
    Note: The Redirect URI can be found in the Click information of the collector source configuration.
  8. Click Continue.
  9. Go to Scopes and click Add Scopes.
    • user:read:user:admin
    • user:read:list_users:admin
    • dashboard:read:list_meetings:admin
    • dashboard:read:list_meeting_participants:admin
    • cloud_recording:read:list_recording_files:admin
    • cloud_recording:read:list_recording_files:master
  10. Click Done.
Related information