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

# Update Group

`PUT /groups/{groupName}`

Updates a single group. Partial updates are supported.
### Authorization Required:
  - Designer Administrator

## Path parameters

- `groupName` string, required

## Request body

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

## Response `200`

Group updated

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