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 ID! : 18 17 Boolean : 20 19 String : 22 21 ID!] : [ 24 23 UserACLInput!] : [ 27 25 # Optionally, specify user's first name 26 String : 30 28 # Optionally, specify user's last name 29 String : 31 }