Write

Add Contact or Company to Blocklist

Adds a contact or an entire company to your blocklist so they are excluded from outreach. Use scope 'contact' to flag an individual via a structured lookup, or scope 'company' to flag an organization by its LinkedIn company ID. The operation is idempotent and accepts an optional reason for your records.

add_to_blacklistPOST/api/v1/blocklist/companies
crispy — bash

Example prompt: Add Acme Corp to my company blocklist with the reason 'existing customer'

{
  "scope": "company",
  "linkedin_company_id": "1234567",
  "blacklisted_at": "2026-06-16T14:22:00Z"
}
Permission scope
core
Access
Write
Category
Connections

What you can build

Exclude every employee of a company by blocklisting the organization in one call
Block an individual contact who asked not to be contacted again
Protect key accounts and partners from accidental cold outreach
Record the reason a contact or company was blocked for future reference

Parameters

Inputs accepted by add_to_blacklist.

NameTypeDescription
scope"contact" | "company"Entity scope: 'contact' or 'company'.
lookupobjectStructured contact identifier. Resolver picks the highest-priority field per RESOLVER-09 (crispy_id > linkedin_provider_id > external_id > linkedin_url > email).
linkedin_company_idstringLinkedIn company ID (required for scope=company).
reasonstringOptional reason for blocklisting.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.