> ## 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.

# PostHog Changelog

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

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

<Update label="v5.1.0" description="15 Sept 2026">
  `data-sync`

  Added DataSync support to list\_organizations, list\_projects, list\_users, unified\_list\_users, and unified\_list\_organizations for periodic data synchronisation.

  <AccordionGroup>
    <Accordion title="Changed · 5 actions updated">
      `posthog_list_organizations`, `posthog_list_projects`, `posthog_list_users`, `posthog_unified_list_organizations`, `posthog_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v5.0.0" description="8 Sept 2026">
  `auth` `breaking-changes`

  Migrated from requiredScopes to authRequirements for per-auth-type scope control.

  <AccordionGroup>
    <Accordion title="Changed · 66 actions updated">
      `posthog_change_project_organization`, `posthog_complete_product_onboarding`, `posthog_create_action`, `posthog_create_dashboard`, `posthog_create_feature_flag`, `posthog_create_groups_type_metric`, `posthog_create_insight`, `posthog_create_organization`, `posthog_create_project`, `posthog_create_role`, `posthog_create_role_membership`, `posthog_delete_action`, `posthog_delete_groups_type`, `posthog_delete_groups_type_metric`, `posthog_delete_insight`, `posthog_delete_member`, `posthog_delete_organization`, `posthog_delete_project`, `posthog_delete_role`, `posthog_delete_role_membership`, `posthog_delete_session_recording`, `posthog_delete_user`, `posthog_get_action`, `posthog_get_dashboard`, `posthog_get_feature_flag`, `posthog_get_groups_type_metric`, `posthog_get_insight`, `posthog_get_organization`, `posthog_get_organization_project`, `posthog_get_role`, `posthog_get_role_membership`, `posthog_get_session_recording`, `posthog_get_user`, `posthog_list_actions`, `posthog_list_activity_log`, `posthog_list_alerts`, `posthog_list_dashboards`, `posthog_list_feature_flags`, `posthog_list_groups_type_metrics`, `posthog_list_groups_types`, `posthog_list_insights`, `posthog_list_members`, `posthog_list_organization_integrations`, `posthog_list_organization_projects`, `posthog_list_organizations`, `posthog_list_role_memberships`, `posthog_list_roles`, `posthog_list_session_recordings`, `posthog_list_users`, `posthog_unified_get_organization`, `posthog_unified_get_user`, `posthog_unified_list_organizations`, `posthog_unified_list_resource_users`, `posthog_unified_list_users`, `posthog_update_action`, `posthog_update_dashboard`, `posthog_update_feature_flag`, `posthog_update_groups_type_metric`, `posthog_update_groups_types_metadata`, `posthog_update_insight`, `posthog_update_member`, `posthog_update_organization`, `posthog_update_project`, `posthog_update_role`, `posthog_update_session_recording`, `posthog_update_user`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v4.0.2" description="27 Aug 2026">
  `bug-fix`

  Fixed user lookups by ID returning an empty result instead of a not-found error, and widened the lookup to scan up to 3000 organization members instead of only the first 1000.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `posthog_unified_get_me`, `posthog_unified_get_user`, `posthog_unified_list_organizations`, `posthog_unified_list_resource_users`, `posthog_unified_list_roles`, `posthog_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v4.0.1" description="22 Jul 2026">
  `bug-fix`

  Fixed unified\_list\_users and unified\_get\_user returning only the requesting API key's own account instead of the organization roster.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `posthog_unified_get_user`, `posthog_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v4.0.0" description="13 Jul 2026">
  `new-actions`

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