listCustomers
Retrieve a paginated list of enterprise customer accounts, filtering by active, inactive, or suspended status to search, discover, or browse customer records with key details.
Instructions
List enterprise customer profiles - Retrieves a paginated list of enterprise customer accounts. Use this tool when you need to search, discover, or browse customer records. Returns an array of customer objects containing customerId, name, email, and account status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of customer records to return in a single page (between 1 and 100). Defaults to 20. | |
| status | No | Filter customers by account lifecycle status (e.g., 'active', 'inactive', or 'suspended'). Leave empty to retrieve all statuses. |