Axway · Schema

platform.user.password.reset

Published when a users password is reset.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-platformuserpasswordreset-schema.json Raw ↑
{
  "$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"
    }
  ]
}