list_customers
Retrieve a list of customers with optional filtering by username.
Instructions
List customers, optionally filtered by username search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |