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

# People data

> A person record describes a professional identity, recorded organization role and available role history.

## Overview

A person record describes a professional identity, recorded organization role and available role history.

## Field groups

* Identity
* Professional context

<span id="identity" />

## Field reference

SOURCE\_DEPENDENT describes availability; access is a separate product/rights boundary. Null means unknown, not false or zero.

| Field                                                         | Type                | Availability      | Access                 | Description                                                                                 |
| ------------------------------------------------------------- | ------------------- | ----------------- | ---------------------- | ------------------------------------------------------------------------------------------- |
| Name (person.name)                                            | string · 0..1       | SOURCE\_DEPENDENT | SELECTED\_INTELLIGENCE | Recorded professional name.                                                                 |
| Organization (person.organization)                            | string · 0..1       | SOURCE\_DEPENDENT | SELECTED\_INTELLIGENCE | The linked organization on the professional record.                                         |
| Recorded title (person.title)                                 | string · 0..1       | SOURCE\_DEPENDENT | SELECTED\_INTELLIGENCE | Recorded job title or function.                                                             |
| Professional profile reference (person.professional\_profile) | string · 0..1       | SOURCE\_DEPENDENT | SELECTED\_INTELLIGENCE | A professional profile URL where recorded.                                                  |
| Recorded role history (person.role\_history)                  | object\[] · 0..many | SOURCE\_DEPENDENT | SELECTED\_INTELLIGENCE | Available employment-history entries with organization, title and recorded start/end dates. |

### Name

Field ID: `person.name`. Group: Identity.

Recorded professional name.

**Evidence / dates:** Use only the source or event date actually recorded; record modification is not verification.

**Limitation:** A name alone does not certify identity or distinguish namesakes.

### Organization

Field ID: `person.organization`. Group: Professional context.

The linked organization on the professional record.

**Evidence / dates:** Use only the source or event date actually recorded; record modification is not verification.

**Limitation:** Organization affiliation may be source-dependent or historical; it is not proof of current employment.

### Recorded title

Field ID: `person.title`. Group: Professional context.

Recorded job title or function.

**Evidence / dates:** Use only the source or event date actually recorded; record modification is not verification.

**Limitation:** Board, adviser, director or investment roles may appear as titles. No complete board roster or inferred authority is promised.

### Professional profile reference

Field ID: `person.professional_profile`. Group: Professional context.

A professional profile URL where recorded.

**Evidence / dates:** Use only the source or event date actually recorded; record modification is not verification.

**Limitation:** No email, phone, private message or contact-reveal entitlement is granted by this reference.

### Recorded role history

Field ID: `person.role_history`. Group: Professional context.

Available employment-history entries with organization, title and recorded start/end dates.

**Evidence / dates:** Role start/end values retain their recorded precision; they are not verification timestamps or general relationship validity windows.

**Limitation:** History may be incomplete; an absent end date is not proof that a role remains current.

<span id="how-this-entity-connects" />

## Relationships to other entities

Employment and other professional roles connect a person to an organization. Investment deal leads retain their own role rather than becoming target-company employees.

Historical roles preserve recorded start/end precision. A missing end date does not establish current employment.

## Read a professional role in context

Fictional request brief, entities, sources, values and dates. This is a documentation example, not a live HTTP response or customer result. Missing dates remain null.

<Note>
  **Current availability:** Reviewed bounded request. **Execution:** Manual / scoped. **Automated invocation:** Not currently available. **API endpoint:** None. **MCP execution:** None.
</Note>

<Tabs>
  <Tab title="Input">
    A research brief for human scope review, not an API payload.

    ```json theme={null}
    {
      "organization": "Example Capital",
      "objective": "Review the recorded professional role",
      "intended_use": "Research preparation"
    }
    ```
  </Tab>

  <Tab title="Result">
    ```json theme={null}
    {
      "task_type": "organization-research",
      "status": "supported_with_unknowns",
      "entity": null,
      "subject": {
        "entity_type": "organization",
        "name": "Example Capital",
        "website": "https://example.com/fictional/organization",
        "research_scope": null
      },
      "as_of": null,
      "result": {
        "summary": "A fictional professional record preserves the role and the source’s date precision.",
        "company": null,
        "criteria": [],
        "sections": [
          {
            "entity_type": "person",
            "data": {
              "name": "Morgan Lee",
              "organization": "Example Capital",
              "title": "Investment Director",
              "professional_profile": null,
              "role_history": [
                {
                  "organization": "Example Capital",
                  "title": "Investment Director",
                  "start_date": "2023-09",
                  "end_date": null
                }
              ]
            }
          }
        ]
      },
      "evidence": [
        {
          "field": "result.sections.0.data.name",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated name entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.organization",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated organization entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.title",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated title entry. This does not establish current interest or independent verification."
        },
        {
          "field": "result.sections.0.data.role_history",
          "source_url": "https://example.com/fictional/source-1",
          "source_type": "public_reporting",
          "published_at": "2026-09-12T09:30:00Z",
          "captured_at": null,
          "observed_at": null,
          "verified_at": null,
          "basis": "Fictional source supports the illustrated role history entry. This does not establish current interest or independent verification."
        }
      ],
      "unknowns": [
        "Whether the role remains current",
        "Complete role history"
      ],
      "limitations": [
        "Fictional entities, sources, values and dates; no real customer result or live execution.",
        "Source coverage and output use remain subject to the agreed purpose and rights review."
      ],
      "rights": {
        "scope": "A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.",
        "raw_graph_access": false,
        "bulk_export": false,
        "graph_redistribution": false
      }
    }
    ```
  </Tab>

  <Tab title="Evidence">
    Each field path identifies the particular value supported by the source note.

    | Field path                           | Illustrated value                                                                                             | Source type       | Basis                                                                                                                               |
    | ------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
    | result.sections.0.data.name          | "Morgan Lee"                                                                                                  | public\_reporting | Fictional source supports the illustrated name entry. This does not establish current interest or independent verification.         |
    | result.sections.0.data.organization  | "Example Capital"                                                                                             | public\_reporting | Fictional source supports the illustrated organization entry. This does not establish current interest or independent verification. |
    | result.sections.0.data.title         | "Investment Director"                                                                                         | public\_reporting | Fictional source supports the illustrated title entry. This does not establish current interest or independent verification.        |
    | result.sections.0.data.role\_history | \[\{"organization":"Example Capital","title":"Investment Director","start\_date":"2023-09","end\_date":null}] | public\_reporting | Fictional source supports the illustrated role history entry. This does not establish current interest or independent verification. |

    ```json theme={null}
    [
      {
        "field": "result.sections.0.data.name",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated name entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.organization",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated organization entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.title",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated title entry. This does not establish current interest or independent verification."
      },
      {
        "field": "result.sections.0.data.role_history",
        "source_url": "https://example.com/fictional/source-1",
        "source_type": "public_reporting",
        "published_at": "2026-09-12T09:30:00Z",
        "captured_at": null,
        "observed_at": null,
        "verified_at": null,
        "basis": "Fictional source supports the illustrated role history entry. This does not establish current interest or independent verification."
      }
    ]
    ```
  </Tab>
</Tabs>

## Evidence / dates

Supporting evidence attaches to a specific field. Missing publication, capture, observation and verification dates remain unknown. Subscription views do not expose every source URL or date. [Read evidence and date semantics](/evidence-and-dates).

<span id="important-boundaries" />

## What may be unknown

A title can mention a board, director or adviser role without constituting a complete board roster. Title-based decision-maker heuristics are not authority evidence.

Email and phone are separate entitlement- and source-dependent contact channels. Neither private customer communications nor a complete contact record is public person data.

<span id="access-and-availability" />

## Access & rights

Access scope: SELECTED\_INTELLIGENCE. Field descriptions are public; premium records remain permissioned.

A task purchases the agreed bounded result, not database access, unrestricted API queries, contacts export or graph redistribution. Sources and unknowns accompany results. Purchaser authorization, scope acceptance, agreement and payment are required before manual fulfillment; no automated external task service is offered.

<span id="related-references" />

## Related tasks

* [Research template](/tasks/relationship-context-research)
* [Entity JSON Schema](https://altss.com/schemas/person.json)
* [Access and rights](/access-and-rights)

<span id="professional-context" />

<span id="documentation" />
