Member Junction
    Preparing search index...

    Parameters for the GetUsers action

    interface GetUsersParams {
        CompanyID: string;
        CreatedAfter?: string;
        CreatedBefore?: string;
        IncludeCourseStats?: boolean;
        MaxResults?: number;
        Role?: string;
        SearchText?: string;
        SortBy?: string;
        SortOrder?: "asc" | "desc";
        Status?: string;
        Tags?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    CreatedAfter?: string
    CreatedBefore?: string
    IncludeCourseStats?: boolean
    MaxResults?: number
    Role?: string
    SearchText?: string
    SortBy?: string
    SortOrder?: "asc" | "desc"
    Status?: string
    Tags?: string