Update company
Update an existing company’s information including name, domain, description, custom field values, and do-not-contact status. Only provided fields are updated; omitted fields remain unchanged.
Do-not-contact: Pass do_not_contact: true to flag the company (blocks outreach to anyone whose current company is this one) or false to clear it. Optionally include a do_not_contact_reason (free text) and do_not_contact_expiration_date (ISO 8601 timestamp). When the expiration field is omitted on a new do-not-contact flag, the team default from auth_organization_settings.auto_dnc_company_on_search_days is applied (days-from-now); pass null explicitly for an indefinite do-not-contact.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Path Parameters
Company ID
Body
Company name.
Website domain.
LinkedIn company page URL.
Company description.
Company headquarters location.
Company phone number.
Whether to mark the company as a client.
Client status UUID, or null to clear. Use GET /v1/companies/statuses to get available status IDs. Setting a status automatically marks the company as a client.
Set to true to mark this company as do-not-contact (blocks outreach to anyone whose current company is this one), or false to clear the flag.
Free-text reason for the do-not-contact flag (e.g. "Active client — protect from sourcing"). Only meaningful when do_not_contact is true. When omitted, any existing reason is preserved.
ISO 8601 timestamp when do-not-contact should automatically expire. Only meaningful when do_not_contact is true. Pass an explicit date to set a custom expiration, or null for an indefinite do-not-contact. When omitted on a NEW do-not-contact flag, the team default from auth_organization_settings.auto_dnc_company_on_search_days is used (computed as that many days from now); if no default is configured, the do-not-contact is indefinite. When omitted on an existing do-not-contact flag, the current expiration is preserved.
Custom field values to update. Get attribute definitions from GET /v1/custom-fields/companies.