Skip to main content
POST
/
v1
/
people
/
import
Import People
curl --request POST \
  --url https://api.example.com/v1/people/import \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'mapping=<string>' \
  --form 'upsert_by=<string>'
{
  "created": 123,
  "updated": 123,
  "skipped": 123,
  "errors": [
    {
      "row": 123,
      "errors": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.n8negri.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Body

multipart/form-data
file
file
required
mapping
string
required

JSON {"first_name":"Nombre", ...}

upsert_by
string | null

external_id|email|none

Response

Successful Response

created
integer
required
updated
integer
required
skipped
integer
required
errors
ImportRowError · object[]
required