INPUT_OBJECT
UpdateUserInput
Input data for user update.
link GraphQL Schema definition
1 input UpdateUserInput { 4 2 # First name. 3 String : 7 5 # Last name. 6 String : 10 8 # A list of work phone numbers. 9 String] : [ 13 11 # User's work started date. 12 Date : 16 14 # Short info about user. 15 String : 19 17 # Position's id. 18 ID : 22 20 # Team's id. 21 ID : 25 23 # Team ids. 24 ID] : [ 28 26 # Location's id. 27 ID : 31 29 # Manager's id. 30 ID : 34 32 # Gender. 33 Gender : 37 35 # Nationality. 36 String : 40 38 # Date of birth. 39 Date : 43 41 # Personal phone number. 42 String : 46 44 # Personal email address 45 String : 49 47 # Address. 48 PersonalAddressInput : 52 50 # List of social accounts. 51 SocialAccountInput] : [ 55 53 # User pronouns. 54 String : 58 56 # List of user's custom field values. 57 UserCustomFieldValueInput] : [ 59 }