@truenas/api-client
    Preparing search index...

    Interface UserGetUserObj

    interface UserGetUserObj {
        grouplist: number[] | null;
        local: boolean;
        pw_dir: string;
        pw_gecos: string;
        pw_gid: number;
        pw_name: string;
        pw_shell: string;
        pw_uid: number;
        sid: string | null;
        source: v25_10_0.Source;
    }
    Index
    grouplist: number[] | null
    local: boolean
    pw_dir: string
    pw_gecos: string
    pw_gid: number
    pw_name: string
    pw_shell: string
    pw_uid: number
    sid: string | null