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

# Google Directory Changelog

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

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

<Update label="v1.1.6" description="12 Aug 2026">
  `bugfix` `docs`

  Corrected the org unit error guidance - Google's 'Invalid Ou Id' on create\_orgunit and update\_orgunit is a sibling name collision, not the transient error it was previously documented as, and 'Invalid Parent Orgunit Id' means the parent could not be resolved.

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

<Update label="v1.1.5" description="11 Aug 2026">
  `bugfix` `docs`

  Documented the list\_users search syntax, directed the group, member and user identifier parameters to resolve their value from a list call instead of accepting a display name, clarified that update\_user's response only echoes the fields sent, and made delete\_domain fail when the domain does not exist instead of reporting a successful deletion.

  <AccordionGroup>
    <Accordion title="Changed · 19 actions updated">
      `googledirectory_create_member`, `googledirectory_delete_domain`, `googledirectory_delete_group`, `googledirectory_delete_member`, `googledirectory_delete_user`, `googledirectory_get_group`, `googledirectory_get_member`, `googledirectory_get_user`, `googledirectory_has_member`, `googledirectory_list_groups`, `googledirectory_list_members`, `googledirectory_list_users`, `googledirectory_patch_group`, `googledirectory_patch_member`, `googledirectory_patch_user`, `googledirectory_unified_get_organization`, `googledirectory_update_group`, `googledirectory_update_member`, `googledirectory_update_user`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.4" description="20 Jul 2026">
  `improvement`

  Changed the connector release stage from beta back to preview.
</Update>

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

  Fixed unified IAM schema conformance — unified\_get\_me now returns scopes as an array instead of a space-delimited string, and list\_organizations/get\_organization return created\_at as an ISO 8601 datetime string instead of an epoch-milliseconds number.

  <AccordionGroup>
    <Accordion title="Changed · 3 actions updated">
      `googledirectory_unified_get_me`, `googledirectory_unified_get_organization`, `googledirectory_unified_list_organizations`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.2" description="14 Jul 2026">
  `bug-fix`

  Documented the list\_groups query search syntax (searchable fields, '=' exact vs ':' prefix with a required trailing '\*', and single-quote wrapping for values containing whitespace) so agents stop forming invalid 'name:value' queries, and added behavior notes for the transient 412 'User creation is not complete' after create\_user (update\_user and patch\_user) and the transient 400 'Invalid Ou Id' on create\_orgunit.

  <AccordionGroup>
    <Accordion title="Changed · 4 actions updated">
      `googledirectory_create_orgunit`, `googledirectory_list_groups`, `googledirectory_patch_user`, `googledirectory_update_user`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.1" description="13 Jul 2026">
  `bug-fix`

  Fixed unified IAM users/roles/resource\_users emitting non-schema enum values (active/inactive, member) and a stale scope.resource\_id, repaired the broken expand=users/groups JEXL gates on groups and users, and collapsed unified\_get\_me's duplicate field mapping.
</Update>
