Update person in batch
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
An array of person update payloads. Each payload must include the ‘person_id’ to identify the person and can include any other fields that need to be updated. The ‘timestamp’ field represents the time of update.
Unique external identifier of the person entity, ID stored in your database / back-office
Indicates if the person is in the context of retail companies. If the value is false, fields is_beneficial_owner, is_director, is_account_owner and is_shareholder are required.
If the person is a beneficial owner of the related company, this should be set to true. If is_retail_customer is false, this field is required.
If the person is a director of the related company, this should be set to true. If is_retail_customer is false, this field is required.
If the person is an account owner of the related company, this should be set to true. If is_retail_customer is false, this field is required.
If the related company is a sole proprietorship (or sole trader if in the UK), this should be set to true.
Legal/contact address for the entity