---
title: "Create A Skill Association"
method: POST
path: "/api/v2/organization-skills/{id}/relationships/associated-skills"
tags: ["Organization Skills"]
---

# Create A Skill Association

`POST /api/v2/organization-skills/{id}/relationships/associated-skills`

This endpoint creates an association between skills for the current organization. <h3>Required Scope</h3>`skill:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsAssociatedskillsBody
  - `data` Apiv2organizationskillsidrelationshipsassociatedskillsData[]
    - `type` string — Can only be `organization-skills`.
    - `id` string — The unique ID of the skill.

## Response `200`

Success

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/versions/4a22b709515c/schema)
