Bulk-upsert LinkedIn connections parsed from the caller’s LinkedIn data export.
(user_id, linkedin_url) as the conflict key. Optionally clears the caller’s existing connections first via clearExisting: true — irreversible, so prompt the user before calling.
/api/network/connections with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bulk import payload. Intended to be posted directly from a parsed LinkedIn Connections.csv.
Rows to upsert. Batched in groups of 500 server-side; batch-level failures are counted as skipped rather than aborting the import.
If true, delete every existing connection row for this user before inserting the new set. Destructive — the delete runs BEFORE the insert, so a partial failure leaves you with fewer connections than you started with.
Import attempted. Per-batch failures roll into skipped rather than failing the whole request.