---
title: "Add Skill Review Groups to a Skill"
method: POST
path: "/api/v2/organization-skills/{id}/relationships/skill-review-groups"
tags: ["Organization Skills"]
---

# Add Skill Review Groups to a Skill

`POST /api/v2/organization-skills/{id}/relationships/skill-review-groups`

This endpoint adds Skill Review groups to a skill in the current organization. When you add Skill Review groups to a skill, the Skill Review-enabled skill will only be visible to the specified groups.<h3>Required Scope</h3>`skill:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsSkillreviewgroupsBody
  - `data` Apiv2organizationskillsidrelationshipsskillreviewgroupsData[]
    - `type` string — Can only be `skill-review-groups`.
    - `id` string — The unique ID of the group.

## 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/revisions/4a22b709515c/schema)
