@makehq/sdk
    Preparing search index...

    Type Alias User

    Represents a Make user. Contains user profile information and settings.

    type User = {
        avatar: string;
        countryId: number;
        email: string;
        features: Record<string, boolean>;
        id: number;
        language: string;
        locale: string;
        localeId: number;
        name: string;
        timezone: string;
        timezoneId: number;
    }
    Index

    Properties

    avatar: string

    URL to the user's avatar image

    countryId: number

    ID of the user's country

    email: string

    Email address of the user

    features: Record<string, boolean>

    Features enabled for the user

    id: number

    Unique identifier of the user

    language: string

    User's preferred language

    locale: string

    User's locale as string (e.g., 'en_US')

    localeId: number

    ID of the user's locale settings

    name: string

    Full name of the user

    timezone: string

    User's timezone as string (e.g., 'Europe/Prague')

    timezoneId: number

    ID of the user's timezone