Skip to main content
Glama

Advanced Keycloak MCP server

by Octodet
MIT License
277

reset-user-password

Reset or set a new password for a user in a specific realm using realm name, user ID, and temporary password options.

Instructions

Reset or set a new password for a user in a specific realm

Input Schema

NameRequiredDescriptionDefault
passwordYesNew password
realmYesRealm name
temporaryNoWhether the password is temporary
userIdYesUser ID

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "New password", "type": "string" }, "realm": { "description": "Realm name", "type": "string" }, "temporary": { "default": false, "description": "Whether the password is temporary", "type": "boolean" }, "userId": { "description": "User ID", "type": "string" } }, "required": [ "realm", "userId", "password" ], "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