---
title: "List Share Groups"
method: GET
path: "/share_groups"
tags: ["share_groups", "Share Groups"]
---

# List Share Groups

`GET /share_groups`

List Share Groups

## Query parameters

- `user_id` integer
- `cursor` string
- `per_page` integer

## Response `200`

A list of ShareGroups objects.

- ShareGroupEntity[]
  - `id` integer — Share Group ID
  - `name` string — Name of the share group
  - `notes` string — Additional notes of the share group
  - `user_id` integer — Owner User ID
  - `members` ShareGroupMemberEntity[] — A list of share group members
    - `name` string — Name of the share group member
    - `company` string — Company of the share group member
    - `email` string — Email of the share group member

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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