list_csm_accounts
Retrieve customer accounts filtered by name, active status, and limit. Supports search and filtering for efficient account management.
Instructions
List customer accounts with optional search filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 50) | |
| query | No | Search accounts by name | |
| active | No | Filter to active accounts only (default true) |