Skip to main content
Version: v2.0

EndUserObject

@flatfile/adapter
› EndUserObject

Hierarchy

Index

Properties

Properties

Optional companyId

companyId? : undefined | string

Inherited from

CustomerObject
.
companyId

Defined in src/obj.customer.ts:25

Your internal ID for the company the user is currently operating under


Optional companyName

companyName? : undefined | string

Inherited from

CustomerObject
.
companyName

Defined in src/obj.customer.ts:20

The company name the user is currently operating under


Optional email

email? : undefined | string

Inherited from

CustomerObject
.
email

Defined in src/obj.customer.ts:15

An optional email address for this person


id

id: string

Defined in src/obj.end-user.ts:7

The unique UUID Flatfile assigns to the user of your import


Optional name

name? : undefined | string

Inherited from

CustomerObject
.
name

Defined in src/obj.customer.ts:10

A name to reference this person


userId

userId: string

Inherited from

CustomerObject
.
userId

Defined in src/obj.customer.ts:5

Your internal ID reference for this user (required)