OBJECT
User
Represents a user.
link GraphQL Schema definition
1 type User { 2 3 # Id. 4 ID : 5 6 # First name. 7 String : 8 9 # Last name. 10 String : 11 12 # Email address. 13 String : 14 15 # Gender 16 Gender : 17 18 # A list of work phone numbers. 19 String] : [ 20 21 # User's work started date. 22 Date : 23 24 # User's work ended date. 25 Date : 26 27 # User's probation end date. 28 Date : 29 30 # Short info about the user. 31 String : 32 33 # User's employee number. 34 String : 35 36 # User's birth date. 37 Date : 38 39 # User's personal e-mail address. 40 String : 41 42 # User's personal address of residence. 43 PersonalAddress : 44 45 # Status of user's invitation. 46 InvitationStatus : 47 48 # User's language. 49 Language : 50 51 # The position a user is assigned to. 52 Position : 53 54 # The team a user is assigned to. 55 Team : 56 57 # The teams a user is assigned to. 58 Team] : [ 59 60 # The location a user is assigned to. 61 Location : 62 63 # Is user active or inactive. 64 Boolean : 65 66 # User's work schedule 67 WorkSchedule : 68 69 # User's manager 70 User : 71 72 # Nationality. 73 String : 74 75 # Personal phone number. 76 String : 77 78 # List of social accounts. 79 SocialAccount] : [ 80 81 # User pronouns. 82 String : 83 84 # Marital status. 85 MaritalStatus : 86 87 # Emergency contact. 88 EmergencyContact : 89 90 # Tax ID number. 91 String : 92 93 # Insurance number. 94 String : 95 96 # Insurance company name. 97 String : 98 99 # Insurance type. 100 InsuranceType : 101 102 # Number of children. 103 Float : 104 105 # IBAN 106 String : 107 108 # BIC 109 String : 110 111 # Profile picture URL. 112 String : 113 114 # List of custom field values. 115 # 116 # Arguments 117 # filter: User custom field values filter. 118 UserCustomFieldFilterInput): [UserCustomFieldValue] ( : 119 120 }
link Required by
- AttendanceStatementRepresents an attendance statement.
- CollectionItemnull
- CollectionItemValueCollection Item Value
- CollectionUsernull
- CompanyScopeCollectionItemSee CollectionItem
- CompensatoryTimeOffBalanceCompensatory time off balance.
- CustomAccessRulenull
- CustomOvertimeBalanceTransactionCustom overtime balance transaction.
- CustomTimeOffBalanceCustom time off balance.
- DocusignSignatureRequestnull
- GenericTimeOffBalanceGeneric time off balance.
- JourneyRepresents a journey.
- Mutationnull
- OvertimeBalanceStatementRepresents an overtime balance statement.
- Querynull
- RecalculationOvertimeBalanceTransactionRecalculation overtime balance transaction.
- RemoteTimeOffBalanceRemote time off balance.
- SickLeaveTimeOffBalanceSick leave time off balance.
- SignatureSignerSigner involved in the signature process
- TimeOffBalancenull
- TimeOffRequestRecalculationOvertimeBalanceTransactionTime off request recalculation overtime balance transaction.
- TimeOffRequestUsageStatementRepresents time off request usage statement.
- UserRepresents a user.
- UserScopeCollectionItemSee CollectionItem
- UsersPagePaginated list of users.
- UserUserCustomFieldValuenull
- VacationTimeOffBalanceVacation time off balance.
- WorkScheduleAssignmentRecalculationOvertimeBalanceTransactionWork schedule assignment recalculation overtime balance transaction.