Skip to main content
Glama

Advanced Keycloak MCP server

by Octodet

delete-user

Remove a user from a specified realm in the Keycloak MCP server by providing the realm name and user ID for precise deletion.

Instructions

Delete a user from a specific realm

Input Schema

NameRequiredDescriptionDefault
realmYesRealm name
userIdYesUser ID to delete

Input Schema (JSON Schema)

{ "properties": { "realm": { "description": "Realm name", "type": "string" }, "userId": { "description": "User ID to delete", "type": "string" } }, "required": [ "realm", "userId" ], "type": "object" }

Other Tools from Advanced Keycloak MCP server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Octodet/keycloak-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server