Update Account

POST

Updates an account’s information.

Request

This endpoint expects an object.
idstringRequiredformat: "id"

The ID of account to update.

websitesobjectRequired
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.

Response

Updated account object.

accountobject
Built with