Skip to main content

Password reset deleted

The event is created when a password reset email link is deleted.

ParameterTypeDescription
namestringuser.password_reset.deleted
descriptionstringPassword reset deleted
user.idstringThe ID of the user
user.loginIdstringThe login ID of the user
user.firstNamestringThe first name of the user
user.lastNamestringThe last name of the user
user.statestringThe state of the user
user.languageCodestringThe language of the user
user.propertiesobjectThe custom properties the user

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "566c07ec-fdf3-11ec-811b-6045bd9186ff",
"name": "user.password_reset.deleted",
"description": "Password reset deleted",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "65fe2788-439a-4914-a3fd-c7dd91798834",
"languageCode": "en",
"state": "active",
"properties": {
"preferredContactChannel": "email"
}
},
"timestamp": "2022-07-07T12:49:43.749Z",
"status": "succeeded"
}