Update person
People
Update person
Updates an existing person. Only provided fields will be updated.
PUT
Update person
Required scope:
CRM_WRITEPartial update
This endpoint performs a partial update — only the fields you include in the request body are modified. Omitted fields are left unchanged. All fields from the create endpoint are accepted and optional.Unlinking a company
Sendcompany_id as an empty string ("") to remove the person’s association with their current company.Authorizations
Path Parameters
Person ID (e.g., "per-abc123")
Example:
"per-abc123"
Body
application/json
Request body for updating a person. Only provided fields will be updated.
First name
Last name
Job title
Website URL
Postal address
Phone numbers (replaces all existing numbers)
Email addresses (replaces all existing emails)
ID of the company to associate with
Response
Person updated
A person in the CRM