{ "operationId": "auth_activationForgot", "method": "POST", "path": "/auth/activate/forgot", "summary": "Axway Reset User Password", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "name": "ITEM_NOT_FOUND", "example": { "$ref": "#/components/examples/ITEM_NOT_FOUND/value" } }, { "status": "400", "contentType": "application/json", "name": "NOT_FOUND", "example": { "$ref": "#/components/examples/NOT_FOUND/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_INVALID", "example": { "$ref": "#/components/examples/PARAM_INVALID/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_REQUIRED", "example": { "$ref": "#/components/examples/PARAM_REQUIRED/value" } } ] }