User
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _factory | MetaNodeFactory_node | no | |
| _updateTick | Int | yes | |
| _updateUser | User_node | yes | |
| _createUser | User_node | yes | |
| _customData | Json | yes | |
| _sourceId | String | yes | |
| _id | Id | yes | |
| String | yes | ||
| firstName | String | yes | |
| lastName | String | yes | |
| isActive | Boolean | yes | |
| photo | _OutputBinaryStream | yes | |
| displayName | String | no | |
| userType | UserType | yes | |
| isAdministrator | Boolean | yes | |
| isDemoPersona | Boolean | yes | |
| isApiUser | Boolean | yes | |
| preferences | UserPreferences_node | yes | |
| clientSettings | SysClientUserSettings_Collection | yes | |
| billingRole | UserBillingRole_node | yes | |
| authorizationGroup | UserGroup_Collection | yes | |
| groupDisplay | String | no | |
| intacctId | String | yes | |
| recordNo | Int | yes | |
| isIntacct | Boolean | yes | |
| _etag | String | yes | |
| _attachments | AttachmentAssociation_Collection | yes | |
| isOperatorUser | Boolean | 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
sendBulkWelcomeMail : User_Connection_sendBulkWelcomeMail
Custom Mutations
bulkUpdate : Boolean
| Mutation | Type | Description |
|---|---|---|
| filter | String | |
| data | User_Input |
duplicate : User
| Mutation | Type | Description |
|---|---|---|
| _id | ID | |
| data | User_Input |
setDemoPersona : Boolean
| Mutation | Type | Description |
|---|---|---|
| String |
logPageVisit : [String]
| Mutation | Type | Description |
|---|---|---|
| path | String |
updateClientSettings : User
| Mutation | Type | Description |
|---|---|---|
| clientSettings | # UserUpdateClientSettingsClientSettings_Input |
sendWelcomeMail : Boolean
| Mutation | Type | Description |
|---|---|---|
| users | # IntReference | |
| isAdmin | Boolean |
asyncExport : User_Mutations_asyncExport
sendBulkWelcomeMail : User_Mutations_sendBulkWelcomeMail
Custom Type
Id
UserDemoPersonasReturn
| Query | Type | Description |
|---|---|---|
| _id | Id | |
| displayName | String | |
| String | ||
| createdBy | String | |
| createStamp | String | |
| updatedBy | String | |
| updateStamp | String |
UserAllReturn
| Query | Type | Description |
|---|---|---|
| _id | Id | |
| name | String | |
| displayName | String | |
| String | ||
| isWelcomeMailSent | Boolean | |
| groupDisplay | String | |
| createdBy | String | |
| createStamp | String | |
| updatedBy | String | |
| updateStamp | String |
UserUpdateClientSettingsClientSettings_Input
| Query | Type | Description |
|---|---|---|
| _id | Id | |
| screenId | String | |
| elementId | String | |
| title | String | |
| description | String | |
| content | String | |
| _action | String |