PostHog connector
Back to the connector overview, authentication methods, and actions.
15 Sept 2026
data-syncAdded DataSync support to list_organizations, list_projects, list_users, unified_list_users, and unified_list_organizations for periodic data synchronisation.Changed · 5 actions updated
Changed · 5 actions updated
posthog_list_organizations, posthog_list_projects, posthog_list_users, posthog_unified_list_organizations, posthog_unified_list_users8 Sept 2026
auth breaking-changesMigrated from requiredScopes to authRequirements for per-auth-type scope control.Changed · 66 actions updated
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_user27 Aug 2026
bug-fixFixed 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.Changed · 6 actions updated
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_users22 Jul 2026
bug-fixFixed unified_list_users and unified_get_user returning only the requesting API key’s own account instead of the organization roster.Changed · 2 actions updated
Changed · 2 actions updated
posthog_unified_get_user, posthog_unified_list_users13 Jul 2026
new-actionsAdded unified IAM actions for users, roles, organizations, resource users, and credentials.