---
title: "Person data model"
url: "https://docs.unified.to/enrich/person/model"
description: "API reference for Person data model. Launch multiple pre-built Person integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-30T19:52:03.280Z"
---
# Person data model

A person object from an enrichment integration

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/enrich/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for this person object

**created\_at**date 

The date that this person object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

The last date that this person object was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

The name of the person

**first\_name**string 

**last\_name**string 

**title**string 

The job title of the person

**birthdate**string 

The birth date of the person

**image\_url**string 

The image URL of the person

**bio**string 

The biography description of the person

**company**string 

The companyorganization name of the person

**company\_domain**string 

The company's domain

**emails** array 

An array of email addresses for this person

**telephones** array 

An array of telephones for this person

**twitter\_handle**string 

The twitter handle of the person

**linkedin\_url**string 

The LinkedIn URL of the person

**github\_url**string 

The GitHub URL of the person

**github\_username**string 

The GitHub username of the person

**twitter\_url**string 

The twitter URL of the person

**facebook\_url**string 

The Facebook URL of the person

**gender** enum

Valid values:

 "MALE" 

 "FEMALE" 

The gender of the person

**address**object 

The address of the person

**timezone**string 

The timezone code of the person

**utc\_offset**number 

The timezone's hourly offset from UTC of the person

**work\_histories** array 

**raw**any 

The raw data returned by the integration for this person
