---
title: "Add an existing project to an existing group"
method: POST
path: "/v1/{org_name}/groups/{group_id}/projects"
tags: ["Groups"]
---

# Add an existing project to an existing group

`POST /v1/{org_name}/groups/{group_id}/projects`

## Path parameters

- `org_name` string, required
- `group_id` string, required

## Query parameters

- `project` string, required

## Response `200`

List of all projects linked to the group

- GroupProjectResponse[]
  - `uuid` string
  - `name` string

## Other responses

- `404` — Requested project not found

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
