Published when a users password is updated.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.user.password.change", "title": "platform.user.password.change", "type": "object", "description": "Published when a users password is updated.", "x-context": "user", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataActionUser" }, { "$ref": "#/components/schemas/EventDataUser" } ], "properties": { "ip": { "type": "string", "description": "Anonymized IP address.", "example": "10.0.0.1" } } }