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

    Interface RunUserCreateInfo

    interface RunUserCreateInfo {
        active: boolean;
        company?: string;
        email: string;
        language?: string;
        name: string;
        newsletter?: boolean;
        options?: UserOptions;
        password: string;
        phone?: string;
        timezone: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    company?: string
    email: string
    language?: string
    name: string
    newsletter?: boolean
    options?: UserOptions
    password: string
    phone?: string
    timezone: string