list-users
Retrieve a list of users within a specified Keycloak realm using the MCP server, enabling efficient user management and administrative oversight.
Instructions
List users in a specific realm
Input Schema
Name | Required | Description | Default |
---|---|---|---|
realm | Yes |
Input Schema (JSON Schema)
{
"properties": {
"realm": {
"type": "string"
}
},
"required": [
"realm"
],
"type": "object"
}