---
title: "Create Multiple Threats"
method: POST
path: "/api/controls/v2/threats"
tags: ["Threats"]
---

# Create Multiple Threats

`POST /api/controls/v2/threats`

Use this API to create multiple new threats in the Threat Library.

## Request body

- TechRiskComplianceITRiskManagementThreatCreateRequestDto[] — Post request containing a list of threats to be added to the threats library.
  - `orgGroupId` string, uuid, required — Organization Group Identifier of Threat.
  - `identifier` string, required — String Identifier of Threat.
  - `name` string, required — Threat Name.
  - `description` string — Description of the Threat.
  - `framework` TechRiskComplianceITRiskManagementFrameworkInformation
    - `id` string, uuid — Primary Identifier.
    - `name` string — Framework Name of Control.
    - `nameKey` string — Framework Name key for Translation.
  - `category` TechRiskComplianceITRiskManagementCategoryInformation
    - `id` string, uuid — Category unique identifier
    - `name` string — Category name
    - `nameKey` string — Category nameKey for localization support
  - `status` 'Active' | 'Pending' | 'Archived' — Threat Status.
  - `attributes` object — Custom attributes associated with this threat, organized as a map of attribute names to their values.

## Response `201`

Created

Returns a list of added threat identifiers (guid).

- TechRiskComplianceITRiskManagementIdResponseListUUID
  - `id` string[], required — Primary identifier of the created or updated entity, typically a UUID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
