Member Junction
    Preparing search index...

    Result of the OnboardLearner action

    interface OnboardLearnerResult {
        Enrollments: OnboardLearnerEnrollmentResult[];
        Errors: string[];
        IsNewUser: boolean;
        LearnWorldsUserId: string;
        LoginURL?: string;
        Success: boolean;
    }
    Index

    Properties

    Errors: string[]
    IsNewUser: boolean
    LearnWorldsUserId: string
    LoginURL?: string
    Success: boolean