This workflow corresponds to n8n.io template #5181 — 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 →
{
"nodes": [
{
"id": "a8fe98be-1e7e-4764-9647-42aa6fce7560",
"name": "Workflow Overview 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
-300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7c6e51aa-6719-49c4-a0a8-d0b806440ed6",
"name": "Microsoft Entra ID Tool MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-420,
-300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "3ad001e8-ceea-4eb1-9ba0-fa6ca731d624",
"name": "Create group",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-800,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ea94dac4-2bab-4765-9bf3-e41094ee5fd6",
"name": "Delete group",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-580,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a5c4b909-bb65-4edf-ba8c-c5904ef816d8",
"name": "Get group",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-360,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bb69d3b0-da5f-41d6-bf06-1aad52e185db",
"name": "Get many groups",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-140,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e5e86c8e-114c-4b80-bad4-28de4e15c787",
"name": "Update group",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
80,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "33e7c6fd-30b9-4c17-a3dc-5d913b3bfcf6",
"name": "Sticky Note 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-980,
-40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "760b27b5-e7ba-40b9-81c0-058394ae8271",
"name": "Add user to group",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
80,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1ad76e29-e6c8-41aa-8d08-42085d342314",
"name": "Create user",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-800,
400
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e49805c3-c85f-4b2e-9cbc-c34a8298edcc",
"name": "Delete user",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-580,
400
],
"parameters": {},
"typeVersion": 1
},
{
"id": "17095192-da5e-4316-bc6e-c33158a9299e",
"name": "Get user",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-140,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "344f00c0-99aa-4cf9-b097-1037af0371cb",
"name": "Get many users",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-800,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "af134872-1fd1-4bfc-a2c8-cdb79f42914f",
"name": "Remove user from group",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-580,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0f261744-a091-46d5-822f-8ed8a500e7c2",
"name": "Update user",
"type": "n8n-nodes-base.microsoftEntraTool",
"position": [
-360,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "cde41b28-1fb3-4bb4-a802-a1f1f0e0d4f5",
"name": "Sticky Note 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-980,
180
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"connections": {
"Get user": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get group": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create user": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete user": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update user": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create group": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete group": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update group": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many users": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many groups": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Add user to group": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Remove user from group": {
"ai_tool": [
[
{
"node": "Microsoft Entra ID Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Source: https://n8n.io/workflows/5181/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?