---
title: "Create Report Configurations"
method: POST
path: "/api/v2/ReportConfigurations"
tags: ["ReportConfigurations"]
---

# Create Report Configurations

`POST /api/v2/ReportConfigurations`

Create a report configuration by invoking the following endpoint:

  > `POST https://YourAccount.lacework.net/api/v2/ReportConfigurations`

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- ReportConfigurationsCreateSchema
  - `name` string, required — The unique name that you assign for this report configuration.
  - `frequency` 'daily' | 'weekly' | 'biweekly' | 'monthly', required — How often a report is generated and distributed through this distribution channel.
  - `alertChannels` string[], required — One or more alert channels that are targeted for this report configuration by alert channel ID.
  - `resourceGroups` string[], required — One or more resource groups that are targeted for this report configuration by resource group ID.
  - `filters` object — Filters in the report configuration.
    - `severities` string[] — List of severities in the report configuration.
    - `violations` string[] — List of violations in the report configuration.
  - `templateGuid` string, required — The identifier for the assessment template to be included in this configuration.
  - `format` 'pdf', required — The report's format.
  - `type` 'Compliance', required — The report's type.
  - `userGroupGuid` string, required — The user group identifier.

## Response `201`

No Error

- object
  - `data` ReportConfigurationsResponseSchema
    - `name` string, required — The unique name that you assign for this report configuration.
    - `frequency` 'daily' | 'weekly' | 'biweekly' | 'monthly', required — How often a report is generated and distributed through this distribution channel.
    - `alertChannels` string[], required — One or more alert channels that are targeted for this report configuration by alert channel ID.
    - `resourceGroups` string[], required — One or more resource groups that are targeted for this report configuration by resource group ID.
    - `filters` object — Filters in the report configuration.
      - `severities` string[] — List of severities in the report configuration.
      - `violations` string[] — List of violations in the report configuration.
    - `templateGuid` string, required — The identifier for the assessment template to be included in this configuration.
    - `format` 'pdf', required — The report's format.
    - `type` 'Compliance', required — The report's type.
    - `userGroupGuid` string, required — The user group identifier.
    - `reportConfigGuid` string — The identifier for this report configuration.

## Other responses

- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
