USER_EMAIL_USAGES_UPDATED

When a webhook is configured with this type, it will send a payload to the configured endpoint every time one of the following actions is performed:

a. LOGIN email is changed. b.If a user changes their recovery email address and there was an address currently configured.

A payload for the USER EMAIL USAGES UPDATED webhook looks like the following:

{
  "type": "USER_EMAIL_USAGES_UPDATED",
  "dateTime": "2023-03-28T20:49:16.743Z",
  "payloadSHA256": "43b725c27b83783d8f30768343a52f3a6f37cd87c229c45012cac1e52042a49f",
  "payload": {
    "userResourceGuid": "51fbd04f-ea9a-4431-9052-53aa000f8584",
    "emailAddress": "[email protected]",
    "usage": "RECOVERY"  }}