docs
  1. Events
  2. Customer Events
  3. Password-reset

password-reset

A password-reset event is triggered when an existing customer resets the password.

Example:

Properties:

  • key string
  • locale object
    • appId integer
    • countryCode string (minimum length: ) (maximum length: 3)
    • currencyCode string (optional) (minimum length: ) (maximum length: 3)
    • languageCode string (minimum length: ) (maximum length: 5)
  • occurredAt string
  • payload object
    • customer object
      • id integer
      • anonymisation object (optional)
      • authentication object (optional)
      • birthDate string (optional)
      • customData object (optional) (object is extensible as desired)
      • email string (email validation) (optional) (maximum length: 60)
      • firstName string
      • gender enum (m f d n) (optional)
      • groups array (optional)
      • identities array (optional)
      • ipAddress string (optional)
      • lastName string
      • phone string (optional)
      • publicKey string (optional) (minimum length: ) (maximum length: 100)
      • referenceKey string (optional) (minimum length: ) (maximum length: 100)
      • status object
      • title null,string (optional) (maximum length: 30)
      • type enum (personal retail organization family)
      • userAgent string (optional)
      • createdAt string (date-time ISO 8601)
      • updatedAt string (date-time ISO 8601)
    • expiresAt string (date-time ISO 8601)
    • url string (url)
  • type enum (password-reset)