QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface UserInfo

    User information from GetUserInfo

    interface UserInfo {
        email?: string;
        externalAuth?: boolean;
        firstName: string;
        id: string;
        isVerified?: boolean;
        lastName: string;
        login?: string;
        screenName?: string;
    }
    Index

    Properties

    email?: string

    Email address (may be undefined for anonymous users)

    externalAuth?: boolean

    Whether the user uses external authentication (SSO)

    firstName: string

    First name

    id: string

    QuickBase user ID

    isVerified?: boolean

    Whether the user's email is verified

    lastName: string

    Last name

    login?: string

    Login name (may be undefined for anonymous users or when email was provided)

    screenName?: string

    Screen name