Users are objects that contain an ID and information specific account from financial institution that have been connected and available tradelines for those accounts.
Fields
id
: UUID!
A globally-unique identifier.
email
: String!
The user's primary email address.
phoneNumber
:String!
The user's phone number.
name
: Name!
The first, middle (optional), and last name of the user.
address
:Address!
The user's address
status
: UserStatus!
The current status of the user, PENDING
orVERIFIED
.
notificationPreferences
: NotificationPreferences!
Should have the type set to NONE
legalAgreementVersion
: LegalAgreementVersions!
The current legal agreement version the user has accepted.
createdAt
: Time!
The created_at time.
updatedAt
: Time!
The updated_at time.
syncedAt
: Time
The last time the users account was synced.
deletedAt
:Time
The deleted_at time.
connections(input
:ConnectionsInput! ): ConnectionsConnection!
The financial institution connections the user has created.
tradelines(input:
TradelinesInput!) : TradelinesConnection!
The tradelines associated with the connected financial institution(s) this user has connected. A tradeline represents an account that a user can verify or "attest to" within our product.