--- title: Identity | micro description: A person across all their companies and roles --- An **Identity** is a person — independent of which company they work at. Where a [Contact](/guides/objects/contact/index.md) is a person at a specific company, an Identity spans all their roles. If someone moves from Company A to Company B, they have two Contacts but one Identity. Relationship data (LinkedIn connection, interaction history, mutual connections) lives on the Identity. ## Core fields | Slug | Type | Description | | --------------------------- | ----------- | --------------------------------------------- | | `full_name` | string | Full display name | | `first_name` | string | First name | | `last_name` | string | Last name | | `title` | string | Current job title | | `about` | string | Bio | | `linkedin` | string | LinkedIn profile URL | | `twitter` | string | Twitter/X handle | | `github` | string | GitHub username | | `photo_url` | string | Profile photo URL | | `city` | string | City | | `country` | string | Country | | `first_degree` | boolean | Whether you’re directly connected on LinkedIn | | `first_interaction_date` | date | Earliest known interaction | | `last_interaction_date` | date | Most recent interaction | | `linkedin_connection_since` | date | Date LinkedIn connection was made | | `relationship_strength` | select | Computed strength of relationship | | `seniority` | select | Seniority level | | `labels` | multiselect | Custom labels | ## Relationships | Slug | Points to | Description | | --------------------- | --------------- | -------------------------------------- | | `email_addresses` | Contact\[] | All email addresses / company roles | | `companies` | Organization\[] | All companies this person is or was at | | `work_history` | Organization\[] | Past companies | | `actions` | Action\[] | Tasks linked to this person | | `documents` | Document\[] | Notes and docs | | `first_email` | Message | Earliest email | | `last_email` | Message | Most recent email | | `next_calendar_event` | Event | Upcoming meeting |