> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Close Alert As True Positive

Close multiple alerts matching the specified filters as true positive (an alert on a confirmed malicious activity).

<Note>
  External Documentation

  To learn more, visit the [Microsoft Defender For Cloud Apps documentation](https://learn.microsoft.com/en-us/defender-cloud-apps/api-alerts-close-true-positive#http-request).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                  |
  | --------- | ------------------------------------------------------------------------------------------------------------ |
  | Alert IDs | A comma-separated list of alert IDs to close as true positive. Can be obtained via the `List Alerts` action. |
  | Comment   | A comment about why the alerts are dismissed.                                                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                    |
  | ------------- | ------------------------------------------------------------------------------ |
  | Allow Contact | Indicating that consent to contact the user is provided. Default value: false. |
  | Contact Email | The email address of the user.                                                 |
  | Feedback Text | The text of the feedback.                                                      |
  | Send Feedback | Indicating that feedback about this alert is provided. Default value: false.   |
</div>

## Example Output

```json theme={"dark"}
{
	"closed_true_positive": 1
}
```

## Workflow Library Example

[Close Alert As True Positive with Microsoft Defender for Cloud Apps and Send Results Via Email](https://library.blinkops.com/workflows/close-alert-as-true-positive-with-microsoft-defender-for-cloud-apps-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/close-alert-as-true-positive-with-microsoft-defender-for-cloud-apps-and-send-results-via-email/canvas" />
</div>
