> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoom Changelog

> Release history for the Zoom connector. Each version lists what changed and which actions were affected.

<Card title="Zoom connector" icon="arrow-left" href="/connectors/zoom" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.4.0" description="16 Sept 2026">
  `data-sync`

  Added scheduled data sync to the users, groups, roles, and organizations list actions (native and unified IAM) so these collections can be kept in sync and read back without calling Zoom on every request. Each refreshes in full on every run, since Zoom exposes no updated-since filter for these endpoints.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `zoom_list_groups`, `zoom_list_users`, `zoom_unified_list_groups`, `zoom_unified_list_organizations`, `zoom_unified_list_roles`, `zoom_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.2" description="27 Aug 2026">
  `improvement` `bug-fix`

  Fixed the webhook setup handshake failing, corrected a misleading description on the user list action, and documented the payload each of the 39 webhook events delivers.

  <AccordionGroup>
    <Accordion title="Changed · 8 actions updated">
      `zoom_unified_get_group`, `zoom_unified_get_me`, `zoom_unified_get_user`, `zoom_unified_list_groups`, `zoom_unified_list_organizations`, `zoom_unified_list_resource_users`, `zoom_unified_list_roles`, `zoom_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.1" description="30 Jul 2026">
  `bug-fix`

  Fixed IAM unified actions — collapsed a duplicate field-mapping source on unified\_get\_me, removed composite-id encoding from the raw auth\_test debug action, corrected resource\_id composite-decode documentation, moved organization-lookup fetches off the auth-probe path, and cleaned up enum expressions and stale citations.

  <AccordionGroup>
    <Accordion title="Changed · 8 actions updated">
      `zoom_auth_test`, `zoom_unified_get_group`, `zoom_unified_get_me`, `zoom_unified_get_role`, `zoom_unified_get_user`, `zoom_unified_list_groups`, `zoom_unified_list_resource_users`, `zoom_unified_list_roles`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.0" description="13 Jul 2026">
  `new-actions` `webhooks`

  Added native webhook events support — 38 event handlers across meetings, webinars, cloud recordings, and users, with endpoint URL validation and a webhook setup guide.
</Update>

<Update label="v1.2.0" description="13 Jul 2026">
  `new-actions`

  Added unified IAM actions for users, groups, organizations, roles, resource users, and credentials.
</Update>
