{ "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, "id": "27d11e5b-e04e-4e91-8b54-81599622147f", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "G Suite Admin", "type": "n8n-nodes-base.gSuiteAdmin", "position": [ 440, 300 ], "parameters": { "domain": "n8n.io", "lastName": "Nat", "password": "YOUR_PASSWORD_HERE", "username": "nat", "firstName": "Nathan", "additionalFields": {} }, "credentials": { "gSuiteAdminOAuth2Api": "Google" }, "typeVersion": 1, "id": "2f8e2d62-2c92-44c9-bbf9-09f71f387d53", "notes": "This gSuiteAdmin node performs automated tasks as part of the workflow." }, { "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": "Google" }, "typeVersion": 1, "id": "2e9726fa-b449-4a93-b220-8c28ce06778a", "notes": "This gSuiteAdmin node performs automated tasks as part of the workflow." }, { "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": "Google" }, "typeVersion": 1, "id": "bc76ef44-4391-473b-ad54-eeafc14c79dd", "notes": "This gSuiteAdmin node performs automated tasks as part of the workflow." }, { "id": "error-90c54991", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Create, update, and get a user using the G Suite Admin node. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-7bec066c", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.975572", "updatedAt": "2025-09-29T07:07:48.975581", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Create, update, and get a user using the G Suite Admin node. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }