TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface RunUserInfo

    interface RunUserInfo {
        active: boolean;
        company?: string;
        created_at: Date;
        email: string;
        id: string;
        language?: string;
        name: string;
        newsletter?: boolean;
        options?: UserOptions;
        otp?: { authenticator: boolean; email: boolean; sms: boolean };
        password: string;
        phone?: string;
        timezone: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    company?: string
    created_at: Date
    email: string
    id: string
    language?: string
    name: string
    newsletter?: boolean
    options?: UserOptions
    otp?: { authenticator: boolean; email: boolean; sms: boolean }
    password: string
    phone?: string
    timezone: string