INPUT_OBJECT
UpdateUser
link GraphQL Schema definition
1 input UpdateUser { 3 2 : ID! 5 4 : String 7 6 : JSONData 9 8 : [ID!] 11 10 : [UserACLInput!] 14 12 # Optionally, specify user's first name 13 : String 17 15 # Optionally, specify user's last name 16 : String 20 18 # Optionally, specify user's email 19 : String 23 21 # Optionally, specify user's title 22 : String 26 24 # Optionally, specify user's developerType 25 : String 29 27 # Optionally, specify user's image 28 : String 35 30 # Optionally, the user's roles will be updated for this organization. It should be 31 # set if the requester is super-admin. 32 # If it is not set when the requester is super-admin, the default organization of 33 # user will be used. 34 : ID 36 }