Member Junction
    Preparing search index...

    Parameters for the EnrollUser action. Supports both course and bundle enrollment via ProductType.

    interface EnrollUserParams {
        CompanyID: string;
        CourseID: string;
        ExpiryDate?: string;
        Justification?: string;
        NotifyUser?: boolean;
        Price?: number;
        ProductType?: "course" | "bundle";
        StartDate?: string;
        UserID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    CourseID: string
    ExpiryDate?: string
    Justification?: string
    NotifyUser?: boolean
    Price?: number
    ProductType?: "course" | "bundle"
    StartDate?: string
    UserID: string