Update a beneficial owner
Updates a beneficial owner using patch semantics. Only provided fields are changed.
Authorizations
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
Headers
Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.
API version. Omit to use the default version.
"1"
Path Parameters
UUID of the account.
UUID of the beneficial owner.
Body
Request body for updating a beneficial owner. All fields are optional (patch semantics).
Full legal name of the beneficial owner.
"João Silva"
Tax identifier for the owner or beneficial owner. Validated against the type-specific format rules.
Contact phone number with country code.
"5511999999999"
Contact email address.
"joao.silva@example.com"
Percentage of ownership.
75
Whether this beneficial owner is the legal representative of the account.
false
Response
Beneficial owner updated.
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
"João Silva"
Tax identifier returned for an owner or beneficial owner.
"5511999999999"
"joao.silva@example.com"
false
A point-in-time state of a beneficial owner.
50