list_user_groups
List groups that a user belongs to in a Keycloak realm. Filter results by group name and paginate output.
Instructions
List groups that a user belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| user_id | Yes | User ID | |
| search | No | Search string for group name | |
| first | No | Pagination offset | |
| max | No | Maximum results size | |
| briefRepresentation | No | If true, return brief representation |