Create a connected application in your Zoom account to establish an OAuth 2.0 level of authentication between the Zoom APIs and the DEX for Zoom on the ServiceNow AI Platform . After creating the connected app, you can add scopes that enable you to perform different actions from the DEX for Zoom.
Before you begin
Create a Zoom account
Role required: Zoom admin
About this task Creating the connected app is a one-time activity.
Procedure
Log in to Zoom marketplace .
Navigate to .
Select General App .
Select Create .
Optional:
Double-click the default name of the app and update the name.
Select Admin-managed .
Select Save .
Under the App Credentials section, copy the Client ID and Client secret and store
them at a secure place.
Under the OAuth Information section, complete the following steps.
In the OAuth Redirect URL field, enter the redirect URL in this format: https://<ServiceNow-Instance-Name>.service-now.com/oauth_redirect.do .
Under OAuth Allow List , add a ServiceNow instance redirect URL in this format: https://<ServiceNow-Instance-Name>.service-now.com/oauth_redirect.do .
A token is generated. This token is used by the OAuth app to give the Zoom spokes access to the Zoom APIs.
Optional:
To add another URL to the allow list, select Add New List .
The following example shows the screen that you use to generate credentials for the OAuth app.
Note: To learn more about the difference between the Redirect URL for OAuth and the URL that is mentioned in the OAuth allow list, see
Zoom Developer Forum .
Select Access .
Under the Access section, copy the Secret Token.
Select Scopes .
Select + Add Scopes and add the following scopes:
report:read:user:admin
dashboard:read:list_meeting_participants_qos:admin
dashboard:read:meeting_participant_qos:admin
dashboard:read:list_zoomrooms:admin
dashboard:read:issues_zoomroom:admin
user:read:user:admin
In the Search scope field, enter the granular scope.
An example of a granular scope is meeting:delete:meeting:admin .
The granular scope appears.
Select the scope and then select Done .
The granular scope is added.
Optional:
Repeat the steps to add more granular scopes.