User

Fields

accessTokens[AccessToken]

A list of API access tokens. NOTE: only populated for the current API caller.

accessedAtNaiveDateTime
acknowledgements[Acknowledgement]
addressUserAddress

The home address of the user.

billingUserBilling

WARNING: this is an external fetch that will slow the reponse time. Consider dedicated queries.

contacts[Contact]
dobDate

The user's date of birth.

emailString

The users's email address.

emailSignatures[EmailSignature]
emailTemplates[EmailTemplate]
features[String]
firstNameString
followedProjects[ProjectFollow]
fullNameString
homeOwnerBoolean
idID
insertedAtNaiveDateTime
integrations[UserIntegration]
invoices[Invoice]
ipAddressString

The viewer's IP address.

ipAddresses[UserIpAddress]
lastNameString
metadataJson

Set of key-value pairs that you can attach to a user. This can be useful for storing additional information about the user in a structured format.

negotiations[Negotiation]
permissions[String]

Permissions that you (the "viewer") have on the user. Note, you cannot view the permissions another user has. WARNING: this requires multiple db queries and could slow the response time.

personalizations[Personalization]
phoneString

Phone number.

purchases[Purchase]
reservations[Reservation]
roles[String]
slugString

Automatically generated, URL friendly version of the user's full name. Example: Peter Parker becomes peter-parker.

tasks(filter:TasksFilter)[Task]
tokenString

A 7-day full-access token. A 30-day token returned from the authenticate mutation.

trackingUserTracking

WARNING: this is an external fetch that will slow the reponse time. Consider dedicated queries.

updatedAtNaiveDateTime
usCitizenBoolean

Deprecated Fields

accessInt

Use accessedAt instead.

createdInt

Use insertedAt instead.

mailString

Use email instead.

stripeUserBilling

Use billing instead.