Creating a Zoom OAuth App
To create an oAuth application:
-
Sign in to Zoom Marketplace.
-
Select Develop > Build App.
-
Select General App and click Create.
-
A Client ID and Client secret will be generated. Use these credentials to configure the collector.
-
On the Basic Information page, under Select how the app is managed, choose Admin-managed and click Save.
-
Give an app name, choose Account-level app, disable Publishing to Marketplace and click Create.
-
Copy the Client ID and the Client Secret. They will be used later to configure the Zoom collector.
-
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: TheRedirect URIcan be found in theClickinformation of the collector source configuration.
-
Click Continue.
-
Go to Scopes and click Add Scopes.
-
Add the following scopes to the application and click Done:
-
phone:read:user:admin
-
phone:read:list_users:admin
-
phone:read:sms_message:admin
-
phone:read:sms_session:admin
-
phone:read:list_sms_sessions:admin
-
-
Click Done.
Related information