Published when a users password is reset.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.user.password.reset", "title": "platform.user.password.reset", "type": "object", "description": "Published when a users password is reset.", "x-context": "user", "allOf": [ { "$ref": "#/components/schemas/EventDataUser" } ] }