Skip to main content
Glama

Keycloak MCP Server

add-user-to-group

Assign a user to a specific group in Keycloak by specifying the realm, user ID, and group ID. Streamlines group management for organized user access and permissions.

Instructions

Add a user to a group

Input Schema

NameRequiredDescriptionDefault
groupIdYes
realmYes
userIdYes

Input Schema (JSON Schema)

{ "properties": { "groupId": { "type": "string" }, "realm": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "realm", "userId", "groupId" ], "type": "object" }

Other Tools from 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/HaithamOumerzoug/keycloak-mcp'

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