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

# Get Groups

`GET /groups`

Returns group objects. This is a paged endpoint (see Paging).
### Authorization Required:
  - Designer Administrator

## Query parameters

- `limit` integer

## Response `200`

Groups

- Group[]
  - `name` string
  - `description` string
  - `type` 'role_descendents' | 'own_role_and_descendents' | 'ignore_role' — See Group Administration screen for definitions

## Other responses

- `default` — Error

---

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