Google Apps Script API
    Preparing search index...
    interface User {
        addresses?: object[];
        agreedToTerms?: boolean;
        aliases?: string[];
        archived?: boolean;
        changePasswordAtNextLogin?: boolean;
        creationTime?: string;
        customerId?: string;
        customSchemas?: object;
        deletionTime?: string;
        emails?: object[];
        etag?: string;
        externalIds?: object[];
        gender?: object;
        hashFunction?: string;
        id?: string;
        ims?: object[];
        includeInGlobalAddressList?: boolean;
        ipWhitelisted?: boolean;
        isAdmin?: boolean;
        isDelegatedAdmin?: boolean;
        isEnforcedIn2Sv?: boolean;
        isEnrolledIn2Sv?: boolean;
        isMailboxSetup?: boolean;
        keywords?: object[];
        kind?: string;
        languages?: object[];
        lastLoginTime?: string;
        locations?: object[];
        name?: UserName;
        nonEditableAliases?: string[];
        notes?: object[];
        organizations?: UserOrganization[];
        orgUnitPath?: string;
        password?: string;
        phones?: object[];
        posixAccounts?: object[];
        primaryEmail?: string;
        recoveryEmail?: string;
        recoveryPhone?: string;
        relations?: object[];
        sshPublicKeys?: object[];
        suspended?: boolean;
        suspensionReason?: string;
        thumbnailPhotoEtag?: string;
        thumbnailPhotoUrl?: string;
        websites?: object[];
    }
    Index

    Properties

    addresses?: object[]
    agreedToTerms?: boolean
    aliases?: string[]
    archived?: boolean
    changePasswordAtNextLogin?: boolean
    creationTime?: string
    customerId?: string
    customSchemas?: object
    deletionTime?: string
    emails?: object[]
    etag?: string
    externalIds?: object[]
    gender?: object
    hashFunction?: string
    id?: string
    ims?: object[]
    includeInGlobalAddressList?: boolean
    ipWhitelisted?: boolean
    isAdmin?: boolean
    isDelegatedAdmin?: boolean
    isEnforcedIn2Sv?: boolean
    isEnrolledIn2Sv?: boolean
    isMailboxSetup?: boolean
    keywords?: object[]
    kind?: string
    languages?: object[]
    lastLoginTime?: string
    locations?: object[]
    name?: UserName
    nonEditableAliases?: string[]
    notes?: object[]
    organizations?: UserOrganization[]
    orgUnitPath?: string
    password?: string
    phones?: object[]
    posixAccounts?: object[]
    primaryEmail?: string
    recoveryEmail?: string
    recoveryPhone?: string
    relations?: object[]
    sshPublicKeys?: object[]
    suspended?: boolean
    suspensionReason?: string
    thumbnailPhotoEtag?: string
    thumbnailPhotoUrl?: string
    websites?: object[]