count_users
Count the number of users in a Keycloak realm based on criteria such as search string, email, verification status, enabled status, first name, last name, or username.
Instructions
Get the number of users in the realm matching the given criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| search | No | Search string for users | |
| No | Email filter | ||
| emailVerified | No | Email verified filter | |
| enabled | No | Enabled filter | |
| firstName | No | First name filter | |
| lastName | No | Last name filter | |
| username | No | Username filter |