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[]OptionalorderBy?: DbOrderByCriterion<Optionalpage?: numberDefaults to 1
OptionalpageSize?: numberDefaults to 50
Optionalstatuses?: "ACTIVE"[]Optionaltypes?: ("CONTROL" | "BENEFICIAL_OWNER")[]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.