Skip to main content

Zoom agents

Enables users to search for upcoming meetings on their Zoom account.

Create an OAuth client application in Zoom

  1. Refer to Zoom's documentation to create a new OAuth client application in your Zoom developer account.

    • Note that everyone using the agent from their accounts must be in the same Zoom organization; otherwise, you will have to request approval to publish the app to the marketplace. You must be an admin or have developer permissions to create an app for the organization.

    • On the What kind of app are you creating page, select General App.

    • On the Basic Information page, in the OAuth Redirect URL field, enter {ORG_ORIGIN}/agent/zoom/response (replace {ORG_ORIGIN} with the correct origin for the org, e.g. https://{ORG_NAME}.is.here.io).

    • On the Scopes page on the left sidebar, select Add Scopes, then search for and add the meeting:read:list_upcoming_meetings scope.

    • On the Local Test page on the left sidebar, under Add app click Add app now and consent to the app to install it to the organization for all users.

  2. Once created, view the newly created OAuth client application and copy the Client ID and Client Secret values on the Basic Information page, as they will be used in later steps.

Add the agent in Admin Console

If this agent is enabled for your Enterprise Browser Instance (it can be enabled upon request), follow these steps:

  1. In the Admin Console, navigate to the Content page. Click Create and then Agent.

  2. Select Zoom.

  3. Add a Description or keep the default one provided. Enter the Client ID and Client Secret provided by Zoom in the previous section.

  4. Click the Grant Access button. Choose which users or groups need access to the agent.

  5. Click the Create Agent button. The agent is added to the Content page, but not yet activated.

  6. To activate the agent, click the Action ⋮ menu on the agent and select Activate.