---
title: "Add a video to a group"
method: PUT
path: "/groups/{group_id}/videos/{video_id}"
tags: ["Groups\\Videos"]
---

# Add a video to a group

`PUT /groups/{group_id}/videos/{video_id}`

This method adds a video to the specified group.

## Path parameters

- `group_id` number, required
- `video_id` number, required

## Response `200`

The video was added.

## Other responses

- `202` — The video is in pending status.
- `403` — * The video is already in the group. * The authenticated user can't add videos to the group.

---

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