Customer Data Change Notification
Notification about change in customer data maintained in partner system.
changeTypestringrequired
Customer data type.
Possible values: [PASSWORD_CHANGED
]
Example:
PASSWORD_CHANGED
changeTimestring<date-time>required
Represents RFC 3339, section 5.6 date-time.
Example:
2021-07-15T17:54:12Z
Customer Data Change Notification
{
"changeType": "PASSWORD_CHANGED",
"changeTime": "2021-07-15T17:54:12Z"
}