Skip to main content

Password deleted

The event is created when a password is deleted for an existing user.

ParameterTypeDescription
namestringuser.password.deleted
descriptionstringPassword 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": "your_application_api_user",
"userAgent": "curl/7.68.0",
"id": "54f3bfc2-6c37-4528-b8a3-ff8c1b1bbcf5",
"type": "api"
},
"eventId": "bb4c141e-c7c3-11ed-a10c-6045bd918cd1",
"name": "user.password.deleted",
"description": "Password deleted",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "65fe2788-439a-4914-a3fd-c7dd91798834",
"languageCode": "en",
"state": "active",
"properties": {
"preferredContactChannel": "email"
}
},
"timestamp": "2023-03-21T08:37:44.697Z",
"status": "succeeded"
}