Tanatloc documentation
    Preparing search index...

    Interface IFrontMutateUsersItem

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

    Hierarchy

    Index

    Properties

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