Add To Block List
Add a profile to your do-not-contact block list so all outreach to that person is prevented. Accepts a LinkedIn URL or slug, or a structured lookup object that resolves the highest-priority identifier (crispy_id, provider ID, external ID, URL, or email), plus an optional reason. The operation is idempotent, so re-blocking an already-blocked profile has no effect.
Example prompt: Add john-doe to my do-not-contact list with the reason that they asked to be left alone
{
"status": "blocked",
"linkedin_url": "https://linkedin.com/in/john-doe",
"reason": "Opt-out request"
}What you can build
Parameters
Inputs accepted by add_to_block_list.
| Name | Type | Description |
|---|---|---|
| linkedin_url | string | LinkedIn profile URL or slug (e.g. 'https://linkedin.com/in/john-doe' or 'john-doe'). Auto-normalized. |
| lookup | object | Structured contact identifier. Resolver picks the highest-priority field per RESOLVER-09 (crispy_id > linkedin_provider_id > external_id > linkedin_url > email). |
| reason | string | Optional reason for blocking |
Related tools
Remove From Block List
Remove a LinkedIn profile from your do-not-contact block list so outreach can resume. Accepts a profile URL or slug, auto-normalized.
Check Block List
Check whether a LinkedIn profile is on your do-not-contact block list, or list every blocked entry. Keeps outreach compliant and safe.
Import Block List
Bulk import LinkedIn profiles to your do-not-contact block list from CSV or JSON, up to 5000 per call. Invalid and duplicate URLs are skipped.
List Blocklisted Contacts and Companies
List every blocklisted contact or company in your account, paginated. Audit your exclusions to keep outreach safe and compliant.
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.