---
title: "List Groups"
method: GET
path: "/groups"
tags: ["Authentication"]
---

# List Groups

`GET /groups`

List groups to which the currently authenticated user has access.

## Response `200`

Successful Response

- GroupListItem[]
  - `id` string, uuid, required
  - `name` string, required
  - `slug` string, required
  - `space_track_org_name` string, nullable
  - `space_track_org_id` integer, nullable
  - `feature_tier` string, nullable
  - `group_type` string, nullable
  - `level` string, nullable
  - `from_parent_group` boolean

---

[API](https://skmtc.net/satcat/apis/satcat-service-api.md) · [All operations](https://skmtc.net/satcat/apis/satcat-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/satcat/satcat-service-api/revisions/afeec2546de3/schema)
