---
title: "List Access Groups that a User Belongs To"
method: GET
path: "/v1/accessGroups/user/{id}"
tags: ["Access Groups"]
---

# List Access Groups that a User Belongs To

`GET /v1/accessGroups/user/{id}`

Get a list of all [access groups](https://developers.tetrascience.com/docs/managing-organization-details#configure-data-access-rules-for-an-organization) that a user belongs to.

## Path parameters

- `id` string, uuid, required

## Response `200`

A list of groups that the user is in.

- AccessGroupSummary[]
  - `id` string, uuid, required — The unique identifier of the group.
  - `name` string, required — The name of the group.
  - `description` string, nullable — The description of the group.

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
