diff --git a/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts index 732180c23..5fe29acf1 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts @@ -44,7 +44,7 @@ export async function execute( const query = ` query GetOrganizations($first: Int, $after: CursorKey) { viewer { - memberships(first: $first, after: $after) { + profiles(first: $first, after: $after) { edges { node { organization {