Zoom

Zoom is a popular video conferencing platform that enables virtual meetings, webinars, and team collaboration with high-quality video and audio. It's widely used for remote work, online education, and personal communication across the globe.

Stored Zoom information

Users:

  • User ID
  • Email
  • First name
  • Last name
  • Last login

Licenses:

  • Invoice ID
  • Invoice charge name
  • Quantity
  • Start date
  • End date
  • License amount

Required minimum permission for Zoom

Admin

Required billing plan

Pro or a higher account with Department Billing option enabled. Please contact the Zoom Support team for details. Refer to this link for more details.

Zoom authentication method

The required authentication method is OAuth (OAuth 2.0).

Required Zoom credentials

The following credentials are required:

  • Username
  • Password

To create a client ID and client secret:

Visit developers.zoom.us/docs/integrations/

Get the redirect URL from this link

Required scopes

report:master

report:read:admin

report_chat:read:admin

role:read:admin

role:write:admin

user:read:admin

user:write:admin

Granular scopes

user:read:list_users:admin

role:read:list_roles:admin

report:read:billing:admin

report:read:billing_invoice:admin

To manually integrate Zoom with SaaS Manager Plus

  1. Click App Integrations available in the left pane and click on Zoom from the applications list.
  2. Provide the connection name, instance name, client ID, and client secret.
  3. Click Authorize, and you will be redirected to the Zoom sign in page.
  4. On the Zoom sign in page, enter your admin username and password.
  5. Click Authorize.

Zoom API endpoints

api.zoom.us/v2/users

api.zoom.us/v2/report/billing/invoices

Top