INPUT_OBJECT
CreateUser
link GraphQL Schema definition
1 input CreateUser { 3 2 String! : 7 4 # Metadata in JSON format. If a field is provided elsewhere in the 5 # payload, it does not need to be saved in jsondata. 6 JSONData : 10 8 # User who requested that the new user be provisioned 9 ID : 14 11 # Password for new user. Optional - if not provided, the user will 12 # need to set on first login. 13 String : 16 15 String : 18 17 ID! : 20 19 Boolean : 22 21 String : 24 23 ID!] : [ 26 25 UserACLInput!] : [ 29 27 # Optionally, specify user's first name 28 String : 32 30 # Optionally, specify user's last name 31 String : 34 33 ID : 35 }