May 28, 2026
n8n
Archive Users and Link Third Parties in n8n
Three new capabilities land in the n8n node: archive users, link measures to third parties, and model self-referential third-party relations.
Three new capabilities land in the n8n node this week.
Archive users
The user resource now includes an archiveUser operation. Deactivate a user profile without deleting it — access is revoked, history is preserved, pending invitations are expired. Matches what’s already in the console, MCP server, and CLI.
Measure ↔ third-party links
measure → linkThirdPartymeasure → unlinkThirdParty
Wire security measures to the vendors they govern, directly from your n8n workflows.
Self-referential third-party relations
thirdParty → linkThirdPartythirdParty → unlinkThirdPartythirdParty → listChildThirdParties
Model parent/subsidiary relationships between vendors and query direct children.
All three operations are now consistent across console, CLI, MCP, and n8n.