List / search users
list_usersRetrieve users from a Keycloak realm using free-text search and pagination controls, with secure response filtering that excludes passwords and secrets.
Instructions
List users in a realm. Supports free-text search and pagination. Passwords and secrets are never returned by Keycloak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max results (default 50) | |
| first | No | Pagination offset | |
| realm | Yes | Realm name | |
| search | No | Free-text search across username, email, first and last name |