OpenAI connector
Back to the connector overview, authentication methods, and actions.
7 Aug 2026
bug-fixFixed 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.Changed · 8 actions updated
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_users3 Aug 2026
featureAdded 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.16 Jul 2026
bug-fixFixed 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.