From a9e3044b478b792f6186b4e89cd6c8500a48488c Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 24 Jul 2026 15:29:28 +0200 Subject: [PATCH] Fix n8n Get User organization selection Connect Organization has no email field. Requesting it made the Get User GraphQL query fail; align with list/create/update. Signed-off-by: Sacha Al Himdani --- packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts index 267c7a6e4..14771c385 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts @@ -61,7 +61,7 @@ export async function execute( createdAt updatedAt identity { id email fullName emailVerified } - organization { id name email } + organization { id name } membership { id role createdAt } } }