---
title: "Get Group"
method: GET
path: "/groups/{groupName}"
tags: ["Groups"]
---

# Get Group

`GET /groups/{groupName}`

Returns a group object based on a group name.
### Authorization Required:
  - Designer Administrator

## Path parameters

- `groupName` string, required

## Response `200`

Group

- 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)
