Client Companies
Import client companies
Add up to 1,000 client companies in one call
POST
Adds many companies to your client companies at once, with
source
csv. Send up to 1,000 rows per request; split a longer file into several
requests.
Each row is checked on its own. Valid rows are added, invalid rows come back
in invalid with their row number and the reason, and one bad row never blocks
the others. Every row needs a name and a LinkedIn company URL, following the same
rules as Add a client company.
Re-running an import is safe. A row whose LinkedIn company your manual or csv
rows already list is skipped and counted in alreadyListed, and so is a repeat of
the same company within one request.
Body
object[]
required
At most 1,000.
Response
integer
Rows added to your list.
integer
Valid rows skipped because the company was already listed.
object[]
Rows that were not imported. Each has
row (your number) and reason, such as
That's a person's profile, not a company page or Company name is required.
When a row has both problems, the LinkedIn reason is the one reported.