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

    Interface UserCreateInfo

    interface UserCreateInfo {
        active?: boolean;
        company?: string;
        email: string;
        language?: string;
        name: string;
        options?: UserOptions;
        password: string;
        phone?: string;
        tags?: TagsObj[];
        timezone: string;
    }
    Index

    Properties

    active?: boolean
    company?: string
    email: string
    language?: string
    name: string
    options?: UserOptions
    password: string
    phone?: string
    tags?: TagsObj[]
    timezone: string