---
title: "Returns a person's emails"
method: GET
path: "/v1/People/{personId}/Emails"
tags: ["PersonEmailAddresses"]
---

# Returns a person's emails

`GET /v1/People/{personId}/Emails`

## Path parameters

- `personId` integer, required

## Response `200`

Emails tied to a person

- AdaptekApiApplicationPersonEmailAddressesQueriesGetPersonEmailAddressesResponse[]
  - `emailAddresses` AdaptekApiApplicationPersonEmailAddressesPersonEmailAddressDto[], nullable
    - `id` string, nullable
    - `externalIdentifier` string, nullable
    - `personId` string, nullable
    - `emailAddressTypeId` integer
    - `emailAddress` string, nullable
    - `isUnsubscribedFromCampaigns` boolean
    - `isUndeliverable` boolean
    - `undeliverableReason` string, nullable
    - `isPreferred` boolean
    - `remarks` string, nullable
    - `isDeleted` boolean
    - `dateModified` string, date-time
    - `importNumber` integer
    - `isValidated` boolean

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/revisions/e41a7579fb3f/schema)
