Skip to main content
PATCH
Update Contact

Overview

The Update Contact endpoint lets you modify an existing contact’s details. Only include the fields you want to change. Pass null for optional fields to clear them.
Scope required: contacts:write | Rate limit: 20 requests/min

Request

Path Parameters

string
required
Contact id

Body Parameters

All fields are optional, but at least one must be provided.
string
First name (max 100 characters, null to clear)
string
Last name (max 100 characters, null to clear)
string
Contact’s job title (max 200 characters, null to clear)
string
Company name (max 200 characters, null to clear)
string
Relationship type (see Create Contact for values, null to clear)
string
Email address (max 200 characters, null to clear)
string
Phone number (max 50 characters, null to clear)
string
LinkedIn profile URL (max 500 characters, null to clear)

Example

Response

boolean
Whether the contact was updated
string
The contact’s ID