Skip to main content
Glama

Advanced Keycloak MCP server

by Octodet
MIT License
277

delete-user

Remove a specific user from a designated realm using the Advanced Keycloak MCP server. Input realm name and user ID to execute the deletion process.

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" }
Install Server

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