> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.deepmask.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List Contacts

`outlook_list_contacts`

Lists contacts from the user's Outlook address book, ordered alphabetically by display name. Use `outlook_get_contact` to retrieve full details for a specific contact, or `outlook_search_contacts` to find a contact by name or email.

## Parameters

| Parameter         | Type   | Required | Description                                        |
| ----------------- | ------ | -------- | -------------------------------------------------- |
| `limit`           | number | No       | Max contacts to return (1–100, default 20).        |
| `offset`          | number | No       | Contacts to skip for pagination (default 0).       |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`. |

## Returns

An array of contact objects, each with `id`, `displayName`, `givenName`, `surname`, `emailAddresses`, `mobilePhone`, `businessPhones`, `jobTitle`, `companyName`, `department`, and `officeLocation`.

## Example use

> "List the first 20 contacts in my address book."
