Entity
Update associated persons
PUT/entities/{entity_id}/associated-persons
Update the associated persons for a business entity.
Path Parameters
entity_id
stringRequiredUnique identifier for the entity.
Body Parameters
associated_persons
array of objectsRequiredList of person entities associated with this business entity and their roles.
ownership_percentage
integerOptionalThe percentage of ownership the person holds in the business (0-100).
person_entity_id
stringRequiredThe ID of the person entity to associate with the business entity.
roles
array of stringsRequiredThe roles of the person in the business. Possible values: control_person, beneficial_owner, account_opener, grantor, trustee, beneficiary, card_holder
title_in_business
stringOptionalThe person's title or role name within the business (e.g. "Chief Executive Officer").