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

# People

> An object to represent human beings

```yaml People configuration theme={"system"}
api_slug: people
singular_noun: Person
plural_noun: People
```

The person object is available in every Attio workspace. When creating a person, a related company record will automatically be generated or matched based on the domain of the person's email address, but they can also be created manually via the web application or the API.

Person records are enriched, which means that Attio will automatically populate additional attributes, and those values cannot be overridden by API users. Additionally, some enriched attributes may be hidden from the API depending on the workspace billing plan.

## Writeable attributes

| Attribute        | Slug               | Type                                                                       | Traits                                                                                                                                    |
| ---------------- | ------------------ | -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Email addresses  | `email_addresses`  | [Email address](/docs/attribute-types/attribute-types-email-address)       | Unique, multiselect                                                                                                                       |
| Name             | `name`             | [(Personal) name](/docs/attribute-types/attribute-types-personal-name)     |                                                                                                                                           |
| Company          | `company`          | [Record reference](/docs/attribute-types/attribute-types-record-reference) | Relationship, inverse of `Company -> team`                                                                                                |
| Description      | `description`      | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| Job title        | `job_title`        | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| Phone numbers    | `phone_numbers`    | [Phone number](/docs/attribute-types/attribute-types-phone-number)         | Multiselect                                                                                                                               |
| Primary location | `primary_location` | [Location](/docs/attribute-types/attribute-types-location)                 |                                                                                                                                           |
| AngelList        | `angellist`        | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| Facebook         | `facebook`         | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| Instagram        | `instagram`        | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| LinkedIn         | `linkedin`         | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| Twitter          | `twitter`          | [Text](/docs/attribute-types/attribute-types-text)                         |                                                                                                                                           |
| Associated deals | `associated_deals` | [Record reference](/docs/attribute-types/attribute-types-record-reference) | Relationship, inverse of `Deal -> associated_people` (only available if [Deals](/docs/standard-objects/standard-objects-deals) activated) |
| Associated users | `associated_users` | [Record reference](/docs/attribute-types/attribute-types-record-reference) | Relationship, inverse of `User -> person` (only available if [Users](/docs/standard-objects/standard-objects-users) activated)            |
