list_csm_accounts
List customer accounts from ServiceNow with optional filters for name search, active status, and record limit. Retrieve account data for customer service 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) |