Google Directory connector
Back to the connector overview, authentication methods, and actions.
12 Aug 2026
bugfix docsCorrected 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.Changed · 2 actions updated
Changed · 2 actions updated
googledirectory_create_orgunit, googledirectory_update_orgunit11 Aug 2026
bugfix docsDocumented 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.Changed · 19 actions updated
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_user20 Jul 2026
improvementChanged the connector release stage from beta back to preview.16 Jul 2026
bug-fixFixed 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.Changed · 3 actions updated
Changed · 3 actions updated
googledirectory_unified_get_me, googledirectory_unified_get_organization, googledirectory_unified_list_organizations14 Jul 2026
bug-fixDocumented 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.Changed · 4 actions updated
Changed · 4 actions updated
googledirectory_create_orgunit, googledirectory_list_groups, googledirectory_patch_user, googledirectory_update_user13 Jul 2026
bug-fixFixed 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.