---
title: "Retrieve enrichment information for a person"
method: GET
path: "/enrich/{connection_id}/person"
tags: ["enrich", "person"]
---

# Retrieve enrichment information for a person

`GET /enrich/{connection_id}/person`

## Path parameters

- `connection_id` string, required

## Query parameters

- `email` string
- `twitter` string
- `name` string
- `linkedin_url` string
- `company_name` string

## Response `200`

Successful

- EnrichPerson — A person object from an enrichment integration
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `first_name` string
  - `last_name` string
  - `title` string
  - `birthdate` string
  - `image_url` string
  - `bio` string
  - `company` string
  - `company_domain` string
  - `emails` EnrichEmail[] — An array of email addresses for this person
    - `email` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER'
    - `is_verified` boolean
  - `telephones` EnrichTelephone[] — An array of telephones for this person
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `twitter_handle` string
  - `linkedin_url` string
  - `github_url` string
  - `github_username` string
  - `twitter_url` string
  - `facebook_url` string
  - `gender` 'MALE' | 'FEMALE'
  - `address` PropertyEnrichPersonAddress — The address of the person
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `timezone` string
  - `utc_offset` number
  - `work_histories` EnrichPersonWorkHistory[]
    - `company_id` string
    - `company_name` string
    - `title` string, required
    - `start_at` string, date-time
    - `end_at` string, date-time
    - `location` string
    - `company_domain` string
  - `raw` object

---

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