Alpha-2 ISO-3166-1. Required: it supplies identity_country_code on this
person's AiPrise verifications, which are rejected without it.
OptionalorganizationId?: stringWhen provided, scopes to a specific organization (the API path case). When omitted, scopes by customer only — used by the document flow, which knows the related person id but not its organization.
OptionalcreatedAt?: DbTimestampCriteriaOptionalids?: string[]OptionalincludeDeleted?: booleanOptionalorderBy?: DbOrderByCriterion<Optionalpage?: numberDefaults to 1
OptionalpageSize?: numberDefaults to 50
Optionalstatuses?: ("ACTIVE" | "DELETED")[]Optionaltypes?: ("BENEFICIAL_OWNER" | "CONTROL")[]OptionalupdatedAt?: DbTimestampCriteria
Read/write access to an organization's related persons. Writes are forwarded to AiPrise (the KYB provider): create links a fresh user profile onto the org's business profile, update re-pushes the changed fields, delete removes the association. AiPrise failures propagate as thrown errors (mirrors
OrganizationService.verify); invalid input is rejected up-front.