Update an account
Updates an existing account by ID. Only included fields and relationships are modified.
The $howTheyMakeMoney and $accountStatus fields are read-only and cannot be updated. The $opportunity, $task, $note, and $meeting relationships are also read-only — manage them via the $account relationship on the opportunity or task, the $account/$opportunity note relationships, or via the meeting's $contact attendees that belong to this account.
Supports idempotency via the Idempotency-Key header.
Required scope: accounts:update
Rate limit category: Write
post/v1/accounts/{id}
Path parameters
idstring required
Unique identifier of the account to update.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK