iter_accounts
Fetches all dealer accounts across pages as a flat JSON array, removing the need for manual pagination.
Instructions
Yield dealer accounts across all pages as a flat JSON array.
Use when: "give me every dealer account this key has access to" (no pagination math). Example: returns [{"accountId": 1001, "name": "Smith Honda", ...}, ...].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |