---
title: "Retrieves a specific group to which a user has accepted an invitation"
method: GET
path: "/users/{id}/groups/{group_id}"
tags: ["groups"]
---

# Retrieves a specific group to which a user has accepted an invitation

`GET /users/{id}/groups/{group_id}`

Groups can be used to grant users many roles at once

## Path parameters

- `id` string, required
- `group_id` string, required

## Response `200`

The call was successful

- object

---

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