---
title: "Get groups"
method: GET
path: "/group/"
tags: ["group"]
---

# Get groups

`GET /group/`

List groups the api user belongs to

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

operation successful

- GroupListResponse
  - `meta` ListMeta
    - `limit` integer
    - `next` string, nullable
    - `offset` integer
    - `previous` string, nullable
    - `total_count` integer — total number of objects
  - `objects` object[]
    - `created` string, date-time
    - `is_active` boolean
    - `modified` string, date-time
    - `name` string
    - `public_name` string
    - `resource_uri` string, uri
    - `slug` string
    - `user` string
    - `xframe_allow` boolean
    - `xframe_allow_pdf_edit` boolean

---

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