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

# OpenAI Changelog

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

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

<Update label="v1.2.0" description="7 Aug 2026">
  `bug-fix`

  Fixed missing last names on user records, incorrect admin permissions on several user and group actions, and broken resource user lookups. Project member and resource-user lookups now read up to 1,000 records per project instead of silently stopping at 25.

  <AccordionGroup>
    <Accordion title="Changed · 8 actions updated">
      `openai_unified_get_group`, `openai_unified_get_me`, `openai_unified_get_role`, `openai_unified_get_user`, `openai_unified_list_groups`, `openai_unified_list_resource_types`, `openai_unified_list_resource_users`, `openai_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="3 Aug 2026">
  `feature`

  Added native webhook event support — 15 event types (batch, background responses, eval runs, realtime/live calls, and video) each mapped to its own handler, with a router, an events setup guide, and nativeWebhookUrl on all auth types. Events are configured manually in the OpenAI dashboard. Verified end-to-end delivery and mapping for all 15 events.
</Update>

<Update label="v1.0.1" description="16 Jul 2026">
  `bug-fix`

  Fixed unified IAM schema conformance — list\_users/get\_user and list\_resource\_users now return created\_at as an ISO 8601 datetime string instead of an epoch-seconds number.
</Update>
