---
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`.

## Changes

- **2019-03-29** `d66f7a79837f` — 2 info
  - api tag `Groups\Subscriptions` added
  - api tag `Groups\Subscription` removed
- **2018-12-05** `26f856a94041` — 2 info
  - api tag `Groups\Subscription` added
  - api tag `Groups\Subscriptions` removed

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/groups/:group_id/put.md)

---

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