ringcentral_list_external_contacts
Fetch an extension's personal address-book contacts with optional filters for name prefix, phone number, and pagination, enabling effective external contact management.
Instructions
List an extension's personal address-book contacts.
API: GET /restapi/v1.0/account/~/extension/{extensionId}/address-book/contact
Args:
extension_id: The extension ID, or "~" for the currently authenticated extension (default).
starts_with: Filter to contacts whose name starts with this string.
phone_number: Filter by phone number.
page: Page number.
per_page: Results per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| starts_with | No | ||
| extension_id | No | ~ | |
| phone_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |