Skip to content

Google Workspace Admin node#

Use the Google Workspace Admin node to automate work in Google Workspace Admin, and integrate Google Workspace Admin with other applications. n8n has built-in support for a wide range of Google Workspace Admin features, including creating, updating, deleting, and getting users, and groups.

On this page, you'll find a list of operations the Google Workspace Admin node supports and links to more resources.

Credentials

Refer to Google credentials for guidance on setting up authentication.

Operations#

  • Group
    • Create a group
    • Delete a group
    • Get a group
    • Get all groups
    • Update a group
  • User
    • Create a user
    • Delete a user
    • Get a user
    • Get all users
    • Update a user

Templates and examples#

Browse Google Workspace Admin integration templates, or search all templates

How to project a user's information#

There are three different ways to project a user's information:

  • Basic: Doesn't include any custom fields.
  • Custom: Includes the custom fields from schemas in customField.
  • Full: Include all the fields associated with the user.

To include custom fields, follow these steps:

  1. Select Custom from the Projection dropdown list.
  2. Select the Add Options button and select Custom Schemas from the dropdown list.
  3. Select the schema names you want to include from the Custom Schemas dropdown list.