Update Account

Updates an account's information.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of account to update.
descriptionstringOptionalformat: "text"
Updated description of the account.
display_namestringOptionalformat: "text"
Updated display name for the account.
domainslist of stringsOptional

Updated list of company’s domain names. Example - [‘devrev.ai’].

external_refslist of stringsOptional
Updated External Refs of account.
owned_bylist of stringsOptional
Updated list of the users owning this account.
tierstringOptionalformat: "text"
Updated tier of the account.
websitesobjectOptional

Response

Updated account object.
accountobject

Errors