List users
kiwi_list_usersFilter users by username substring and control result count with a limit. Retrieve matching user accounts for assignments or permission checks.
Instructions
User.filter by username.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return. Defaults to KIWI_DEFAULT_LIMIT (usually 20). | |
| query | No | Substring match on username |