kiwi_get_users
List Kiwi users with optional filters such as username or email. Requires the auth.view_user permission; without it, authentication fails with error -32098.
Instructions
List Kiwi users. Filter e.g. {"username": "sqa1"} or {"email__icontains": "acme.com"}. Requires the 'auth.view_user' permission on your Kiwi account; without it Kiwi returns error -32098 ("Authentication failed").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Kiwi ORM filter dict, e.g. {"name": "My Product"} or {"product_id": 3}. Omit or pass {} to list everything. |