---
title: "Add a user to a group"
method: PUT
path: "/me/groups/{group_id}"
tags: ["Groups\\Subscriptions"]
---

# Add a user to a group

`PUT /me/groups/{group_id}`

This method adds a single user to the specified group.

## Path parameters

- `group_id` number, required

## Response `204`

The user joined the group.

## Other responses

- `403` — * The authenticated user can't join groups. * The group prohibits the authenticated user from joining, either because the group is not public or because the group's privacy setting is `members`.

---

[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/revisions/ea882e0224a4/schema)
