Interface IFrontMutateUser

    interface IFrontMutateUser {
        authorizedplugins?: string[];
        avatar?: Buffer;
        email?: string;
        firstname?: string;
        id?: string;
        isvalidated?: undefined;
        lastmodificationdate?: undefined;
        lastname?: string;
        organizations?: never[];
        password?: undefined;
        passwordlastchanged?: undefined;
        plugins?: ClientPlugin[];
        projects?: never[];
        superuser?: boolean;
        usermodels?: Pick<IUserModelWithData<(
            | "id"
            | "owners"
            | "users"
            | "groups"
            | "model"
            | "template")[]>,
            | "id"
            | "owners"
            | "users"
            | "groups"
            | "model"
            | "template">[];
        workspaces?: never[];
    }

    Hierarchy

    Properties

    authorizedplugins?: string[]
    avatar?: Buffer
    email?: string
    firstname?: string
    id?: string
    isvalidated?: undefined
    lastmodificationdate?: undefined
    lastname?: string
    organizations?: never[]
    password?: undefined
    passwordlastchanged?: undefined
    plugins?: ClientPlugin[]
    projects?: never[]
    superuser?: boolean
    usermodels?: Pick<IUserModelWithData<(
        | "id"
        | "owners"
        | "users"
        | "groups"
        | "model"
        | "template")[]>,
        | "id"
        | "owners"
        | "users"
        | "groups"
        | "model"
        | "template">[]
    workspaces?: never[]

    Generated using TypeDoc and TypeDoc Airthium Plugin