People
An object to represent human beings
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 | Unique, multiselect |
Name | name | (Personal) name | |
Company | company | Record reference | Relationship, inverse of Company -> team |
Description | description | Text | |
Job title | job_title | Text | |
Phone numbers | phone_numbers | Phone number | Multiselect |
Primary location | primary_location | Location | |
AngelList | angellist | Text | |
facebook | Text | ||
instagram | Text | ||
linkedin | Text | ||
twitter | Text | ||
Associated deals | associated_deals | Record reference | Relationship, inverse of Deal -> associated_people (only available if Deals activated) |
Associated users | associated_users | Record reference | Relationship, inverse of User -> person (only available if Users activated) |
Updated 9 months ago