@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsRecipientSelectionRequest

    Select recipients by organizations and/or units.(remove duplicates).

    interface FormsRecipientSelectionRequest {
        orgId?: string;
        unitIds?: string[];
    }
    Index

    Properties

    Properties

    orgId?: string

    Target organization ID to collect users from.

    unitIds?: string[]

    Target unit IDs to collect users from.