---
title: "Check if a user has joined a group"
method: GET
path: "/me/groups/{group_id}"
tags: ["Groups\\Users"]
---

# Check if a user has joined a group

`GET /me/groups/{group_id}`

## Path parameters

- `group_id` number, required

## Response `204`

The user has joined the group.

## Other responses

- `404` — There are two ways that this status code can be encountered: * If group was not found. * The authenticated user is not a member of this group.

---

[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/8e9ff8a1caf3/schema)
