Skip to main content
Glama

mcp-keycloak

by idoyudha

list_users

Retrieve and filter users in a Keycloak realm using customizable parameters such as username, email, and enabled status. Supports pagination and default maximum results.

Instructions

List users in the realm. Args: first: Pagination offset max: Maximum results size (defaults to 100) search: Search string for username, first/last name, or email username: Username filter email: Email filter enabled: Filter by enabled/disabled users realm: Target realm (uses default if not specified) Returns: List of user objects

Input Schema

NameRequiredDescriptionDefault
emailNo
enabledNo
firstNo
maxNo
realmNo
searchNo
usernameNo

Input Schema (JSON Schema)

{ "properties": { "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "enabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enabled" }, "first": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "First" }, "max": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "username": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Username" } }, "title": "list_usersArguments", "type": "object" }

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/idoyudha/mcp-keycloak'

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