v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAccounts
Update account owner
<small>Requires the contacts:write scope (or a broader one that includes it).</small>
Changes the owner of an account. The new owner must be a member of the caller's team — an ownerUserId outside the team returns 400 contactAccount.invalidInput (404 is reserved for "account row missing").
put/v3/contact-accounts/{id}/owner
Path parameters
idinteger required
Account ID
Request body
Response
Account owner 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"
}