OBJECT
User
User Record
link GraphQL Schema definition
- type User {
- # Account of the user
- Account! :
- # The agent which the user belongs to
- Agent :
- # Avatar url of the user
- #
- # Arguments
- # width: [Not documented]
- # height: [Not documented]
- # smart: [Not documented]
- Int, : Int, : Boolean): String ( :
- # When the user was created
- ISO8601DateTime! :
- # Data provider API if any
- DataProviderEnum :
- # The default permission type for addresses
- PermissionTypeEnum! :
- # The default permission type for appraisals
- PermissionTypeEnum! :
- # The default permission type for campaigns
- PermissionTypeEnum! :
- # The default permission type for contacts
- PermissionTypeEnum! :
- # The default permission type for deals
- PermissionTypeEnum! :
- # The default permission type for emails
- PermissionTypeEnum! :
- # The default permission type for enquiries
- PermissionTypeEnum! :
- # The default permission type for events
- PermissionTypeEnum! :
- # The default permission type for inspections
- PermissionTypeEnum! :
- # The default permission type for notes
- PermissionTypeEnum! :
- # The default permission type for offers
- PermissionTypeEnum! :
- # The default permissions for the user
- #
- # Arguments
- # recordType: [Not documented]
- RecordTypeEnum!]): [DefaultPermission!]! ( : [
- # The default permission type for pipelines
- PermissionTypeEnum! :
- # The default permission type for projects
- PermissionTypeEnum! :
- # The default permission type for SMSs
- PermissionTypeEnum! :
- # The default permission type for tasks
- PermissionTypeEnum! :
- # Email address of the user, this is used for signing in
- String! :
- # First name of the user
- String :
- # ID of the contact
- ID! :
- # inspection of the user
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # startBefore: [Not documented]
- # startAfter: [Not documented]
- # orderBy: order of the inspections
- (
- String, :
- String, :
- Int, :
- Int, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- InspectionOrderEnum :
- ): InspectionConnection
- # User is root user or not
- Boolean :
- # Last name of the user
- String :
- # Last viewed pipeline
- Pipeline :
- # Locality of the user
- LocalityEnum! :
- # The office which the user belongs to
- Office :
- # Permissions of the user
- String!] : [
- # pipeline view of the user
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # pipelineId: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- ID :
- ): PipelineViewConnection
- # Features a user has access to as defined by their office or account
- PlansetEnum!]! : [
- # Push notification settings of the user
- PushNotificationSetting!] : [
- # RelloPay Integration for the user
- RellopayIntegration :
- # Timezone of the user
- String :
- # When the user was last updated
- ISO8601DateTime! :
- # Display Segments for a given resource
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # resource: [Not documented]
- # applicationView: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- String :
- ): SegmentConnection!
- # interface settings of the user
- #
- # Arguments
- # applicationView: [Not documented]
- String): [UserInterfaceTableSetting!] ( :
- }
link Require by
- AgentAgent details
- AutomationAutomation
- Dealnull
- DefaultPermissionDefault Permission Type
- Enquirynull
- EventEvent record
- InspectionInspection
- Notenull
- OfficeOffice details
- PermissionPermission Type
- Pipelinenull
- PipelineViewnull
- PotentialTenancyPotential tenancy
- PropertyPriceChangeLogProperty price change record
- ProspectingAreanull
- PushNotificationSettingPush Notification Setting Type
- QueryThe query root of this schema
- RentalApplicationCommentRental application comment
- SegmentSegment Record
- SyncEmailnull
- TaskTask record
- TeamTeam record
- UpdateLastViewedPipelinePayloadAutogenerated return type of UpdateLastViewedPipeline
- UserConnectionThe connection type for User.
- UserDisplaySegmentnull
- UserEdgeAn edge in a connection.