Member Junction
    Preparing search index...

    Parameters for the GetUserDetails action

    interface GetUserDetailsParams {
        CompanyID: string;
        IncludeEnrollments?: boolean;
        IncludeStats?: boolean;
        UserID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    IncludeEnrollments?: boolean
    IncludeStats?: boolean
    UserID: string