accounts

Update

POST
Updates an account's information.

Request

This endpoint expects an object.
id
stringRequired
The ID of account to update.
description
stringOptional
Updated description of the account.
display_name
stringOptional
Updated display name for the account.
domains
list of stringsOptional
Updated list of company's domain names. Example - ['devrev.ai'].
external_refs
list of stringsOptional
Updated External Refs of account.
owned_by
list of stringsOptional
Updated list of the users owning this account.
tier
stringOptional
Updated tier of the account.

Response

This endpoint returns an object
account
object