---
title: "Link Controls"
method: POST
path: "/api/controls/v1/links/bulk"
tags: ["Control Links"]
---

# Link Controls

`POST /api/controls/v1/links/bulk`

Use this API to link an existing control to one or multiple related controls in the Controls Library.

## Request body

- TechRiskComplianceITRiskManagementControlBulkLinkCreateRequest
  - `source` TechRiskComplianceITRiskManagementLinkableEntity, required
    - `id` string, uuid, required — Linkable Entity Identifier
    - `type` string — Linkable Entity Type
    - `name` string — Linkable Entity Name
    - `orgGroupId` string, uuid — Linkable Entity Organization Group Identifier
  - `destinations` TechRiskComplianceITRiskManagementLinkableEntity[], required — Destination linkable(s). At least one destination should be provided
    - `id` string, uuid, required — Linkable Entity Identifier
    - `type` string — Linkable Entity Type
    - `name` string — Linkable Entity Name
    - `orgGroupId` string, uuid — Linkable Entity Organization Group Identifier
  - `linkTypeNameKey` string, required — Specifies the relationship type key
  - `parameters` object — Custom Parameters for domain specific processing

## Response `201`

Created

- TechRiskComplianceITRiskManagementLinkInformation[]
  - `id` string, uuid — Link Information Identifier
  - `sourceId` string, uuid — Link Information Source Identifier
  - `sourceType` string — Link Information Source Type
  - `destinationId` string, uuid — Link Information Destination Identifier
  - `destinationType` string — Link Information Destination Type
  - `destinationName` string — Link Information Destination Name
  - `destinationOrgGroupId` string, uuid — Link Information Destination Organization Group Identifier
  - `linkType` TechRiskComplianceITRiskManagementLinkTypeInformation
    - `id` string, uuid — Link Type Information Identifier
    - `name` string — Link Type Information Name
    - `nameKey` string — Link Type Information Name Key used for translation

## 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/revisions/21de3aa0b170/schema)
