AutomationFlowsGeneral › Manage Users Using the G Suite Admin Node

Manage Users Using the G Suite Admin Node

ByHarshil Agrawal @harshil1712 on n8n.io

Create, update, and get a user using the G Suite Admin node. Uses gSuiteAdmin. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesG Suite Admin
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #710 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "215",
  "name": "Create, update, and get a user using the G Suite Admin node",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "G Suite Admin",
      "type": "n8n-nodes-base.gSuiteAdmin",
      "position": [
        440,
        300
      ],
      "parameters": {
        "domain": "n8n.io",
        "lastName": "Nat",
        "password": "YOUR_CREDENTIAL_HERE",
        "username": "nat",
        "firstName": "Nathan",
        "additionalFields": {}
      },
      "credentials": {
        "gSuiteAdminOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "G Suite Admin1",
      "type": "n8n-nodes-base.gSuiteAdmin",
      "position": [
        640,
        300
      ],
      "parameters": {
        "userId": "={{$node[\"G Suite Admin\"].json[\"id\"]}}",
        "operation": "update",
        "updateFields": {
          "lastName": "Nate"
        }
      },
      "credentials": {
        "gSuiteAdminOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "G Suite Admin2",
      "type": "n8n-nodes-base.gSuiteAdmin",
      "position": [
        840,
        300
      ],
      "parameters": {
        "userId": "={{$node[\"G Suite Admin\"].json[\"id\"]}}",
        "options": {},
        "operation": "get"
      },
      "credentials": {
        "gSuiteAdminOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "G Suite Admin": {
      "main": [
        [
          {
            "node": "G Suite Admin1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "G Suite Admin1": {
      "main": [
        [
          {
            "node": "G Suite Admin2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "G Suite Admin",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create, update, and get a user using the G Suite Admin node. Uses gSuiteAdmin. Event-driven trigger; 4 nodes.

Source: https://n8n.io/workflows/710/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Create, update, and get a user using the G Suite Admin node. Uses manualTrigger, gSuiteAdmin. Event-driven trigger; 4 nodes.

G Suite Admin
General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error