list_csm_accounts
Retrieve customer accounts from ServiceNow with optional name search and active-only filter. Use to find accounts by name or limit results.
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) |