Update Account
Updates an account's information.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
The ID of account to update.
description
Updated description of the account.
display_name
Updated display name for the account.
domains
Updated list of company’s domain names. Example - [‘devrev.ai’].
external_refs
Updated External Refs of account.
owned_by
Updated list of the users owning this account.
tier
Updated tier of the account.
websites
Response
Updated account object.
account