Retrieve a list of all organizational units for an account.
External DocumentationTo learn more, visit the Google Admin Console documentation.

Basic Parameters

ParameterDescription
Customer IDThe unique ID for the customer’s Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account’s customer ID. The customer ID can be obtained by the List Users action.
Organizational Unit PathThe full path to the organizational unit or its unique ID. Returns the children of the specified organizational unit.
TypeWhether to return all sub-organizations or just immediate children.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
  "kind": string,
  "organizationUnits": [
     {
      "kind": string,
      "name": string,
      "description": string,
      "orgUnitPath": string,
      "parentOrgUnitPath": string
    }
  ]
}

Workflow Library Example

List Organizational Units with Google Admin Console and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop