list_organizations
Retrieve organizations in a Keycloak realm, with optional search, pagination, and exact match filters to narrow results.
Instructions
List organizations for the realm, optionally filtered by search criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| search | No | Search string filter | |
| first | No | Pagination offset | |
| max | No | Maximum results to return | |
| exact | No | Exact match for search |