list_customers
Retrieve customers who have access to a specified service desk. Filter by name or email substring and paginate results.
Instructions
List customers who have access to a service desk.
Optionally filter by name or email substring.
Args: service_desk_id: The numeric ID of the service desk (e.g. "1"). query: (Optional) Filter string — matches against display name and email address. start: Pagination offset (0-based). limit: Maximum number of results (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_desk_id | Yes | ||
| query | No | ||
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |