---
title: "Update Group"
method: PUT
path: "/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}"
tags: ["Administration - Groups"]
---

# Update Group

`PUT /api/v3.0/orgs/{orgUuid}/groups/{groupUuid}`

Updates the properties of a given group

## Path parameters

- `orgUuid` string, required
- `groupUuid` string, required

## Request body

- UpdateGroupRequestDTO — DTO for updating an existing group
  - `name` string
  - `description` string

## Response `200`

OK

- DWRResponseV3GroupDTO
  - `supportToken` string
  - `response` GroupDTO
    - `uuid` string
    - `name` string
    - `description` string
    - `userCount` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
