v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAccounts
Update an account
<small>Requires the contacts:write scope (or a broader one that includes it).</small>
Updates an existing account.
put/v3/contact-accounts/{id}
Path parameters
idinteger required
Account ID
Request body
Response
Account updated successfully
Example response
{
"id": 12345,
"ownerUserId": 42,
"name": "Acme Corporation",
"description": "Enterprise software company",
"domainName": "acme.com",
"domainSecondary": "acme.io",
"industry": "Software",
"companySize": "51-200",
"country": "United States",
"state": "California",
"city": "San Francisco",
"timeZoneId": "America/Los_Angeles",
"linkedInUrl": "https://www.linkedin.com/company/acme",
"phone": "+1-415-555-0100",
"twitterUrl": "https://twitter.com/acme",
"logoUrl": "https://cdn.example.com/logos/acme.png",
"email": "info@acme.com",
"emailProvider": "office",
"stage": {
"id": 3,
"name": "Qualified",
"colorId": 2
},
"linkedProspectsCount": 17,
"createdDate": "2026-01-15T09:30:00Z",
"lastActivityDate": "2026-06-20T14:05:00Z"
}