Objects

Item

The item object included in the `CollectionInput` for providing supplemental information

typestring

The type of information provided

Possible Enum values are EMAIL, LASTNAME, LOGIN_METHOD, PASSWORD, POSTCODE, REGION, or USERNAME.
valuestring

The value for the corresponding type that is passed in for the item

{
  "type": "USERNAME",
  "value": "abc@insurely.com"
}