Skip to content
Developerhome

User

  Less than to read

Properties

Property Name Type Description isWritable
_access [_OutputAccessBinding]   no
_customData Json   yes
_sourceId String   yes
_id Id   yes
email String   yes
firstName String   yes
lastName String   yes
isActive Boolean   yes
photo _OutputBinaryStream   yes
nameDisplay String   no
userType UserType   yes
isAdministrator Boolean   yes
isDemoPersona Boolean   yes
isApiUser Boolean   yes
preferences UserPreferences_node   yes
billingRole UserBillingRole_node   yes
authorizationGroup UserGroup_Collection   yes
groupDisplay String   no
selectedDashboard Dashboard_node   yes
intacctId String   yes
recordNo Int   yes
isIntacct Boolean   yes
_etag String   yes
_createStamp Datetime   no
_updateStamp Datetime   no

Custom Queries

getDuplicate : User

Property Type Description
_id Id  

demoPersonas : [UserDemoPersonasReturn]

all : [UserAllReturn]

Property Type Description
isActive Boolean  

asyncExport : User_Connection_asyncExport

Custom Mutations

bulkUpdate : Boolean

Mutation Type Description
filter String  
data User_Input  

setDemoPersona : Boolean

Mutation Type Description
email String  

logPageVisit : [String]

Mutation Type Description
path String  

sendWelcomeMail : Boolean

Mutation Type Description
users # IntReference  
isAdmin Boolean  

asyncExport : User_Mutations_asyncExport

Custom Type

Id

UserDemoPersonasReturn

Query Type Description
_id Id  
nameDisplay String  
email String  
createdBy String  
createStamp String  
updatedBy String  
updateStamp String  

UserAllReturn

Query Type Description
_id Id  
name String  
nameDisplay String  
email String  
isWelcomeMailSent Boolean  
groupDisplay String  
createdBy String  
createStamp String  
updatedBy String  
updateStamp String  

IntReference