chargebee_list_customer_contacts
Retrieve the list of contacts for a customer using their unique ID, with support for pagination via limit and offset.
Instructions
List the contacts (personnel) associated with a customer (company).
API: GET /customers/{customer-id}/contacts
Args:
customer_id: The customer's unique ID.
limit: Max results per page (1-100, default 10).
offset: Pagination cursor from a previous response's next_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |