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

# Create Multiple Vulnerabilities

`POST /api/controls/v2/vulnerabilities`

Use this API to create multiple new vulnerabilities in the Vulnerability Library.

## Request body

- TechRiskComplianceITRiskManagementVulnerabilityCreateRequestDto[] — Post request containing a list of vulnerabilities to be added to the vulnerabilities library.
  - `orgGroupId` string, uuid, required — Organization group identifier that this vulnerability belongs to.
  - `identifier` string, required — Unique business identifier for the vulnerability - must be unique within the organization.
  - `name` string, required — Name of the vulnerability.
  - `description` string — Detailed description of the vulnerability.
  - `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' — Current status of the vulnerability.
  - `attributes` object — Custom attributes associated with this vulnerability, organized as a map of attribute names to their values.

## Response `201`

Created

Returns a list of added vulnerability 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)
