---
title: "Global Import People"
method: POST
path: "/persons/entries"
tags: ["persons"]
---

# Global Import People

`POST /persons/entries`

Import people with global custom field values

## Request body

- PersonListEntriesBatchImportInput
  - `entries` PersonListEntryInput[], required
    - `person_urn` string, nullable
    - `canonical` PersonCanonicalParameter
      - `linkedin_url` string, nullable
      - `email` string, nullable
    - `values` PersonFieldInputValue[]
      - `custom_field_urn` union, required
        - string
        - string
        - string
      - `data` union, required
        - CheckboxListCustomFieldValue
          - `value` boolean, nullable
        - NumberListCustomFieldValue
          - `value` number, nullable
        - TextListCustomFieldValue
          - `value` string, nullable
        - SingleListSelectCustomFieldValue
          - `value` string, nullable
        - MultiSelectListCustomFieldValue
          - `value` string[]
        - PersonSelectCustomFieldValue
          - `value` string[]
        - DateListCustomFieldValue
          - `value` string, nullable
        - WebsiteListCustomFieldValue
          - `value` string, nullable
        - StatusListCustomFieldValue
          - `value` string, nullable
        - PersonSelectCustomFieldValueInput
          - `value` union[]
            - union
              - …
        - RecordReferenceListCustomFieldValue
          - `value` string[]
    - `created_at` string, date-time, nullable

## Response `200`

Successful Response

- ImportPeopleCanonicalsOutput
  - `user_people_import_urn` string, required
  - `total_people_count` integer, required
  - `people_found_count` integer, required
  - `people_not_found_count` integer, required
  - `people_invalid_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/harmonic/apis/harmonic-ai-public-api.md) · [All operations](https://skmtc.net/harmonic/apis/harmonic-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harmonic/harmonic-ai-public-api/revisions/fbef1ba78f96/schema)
