Skip to main content
PATCH
Update customer trust account

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
string
required

Body

application/json
name
string

Updated name for the account

emailDomain
string

Updated primary email domain for the account

customFields
object[]

Updated custom field values for the account

tagsByCategory
object[]

Tags to assign to this account, grouped by category. Replaces existing tags per category.

Response

200 - application/json

Ok

Vanta API representation of a CustomerTrustAccount.

id
string
required

Unique identifier for the account

name
string
required

Name of the account

emailDomain
string
required

Primary email domain associated with the account

createdDate
string<date-time>
required

When the account was created

updatedDate
string<date-time>
required

When the account was last updated

ndaDetails
object
required

NDA configuration for this account

accessConfig
object | null
required

Access configuration for this account

customFields
object[]
required

Custom field values for this account

tagsByCategory
object[]
required

Tags assigned to this account, grouped by category