---
title: "Update group"
method: PUT
path: "/api/v2/members/groups"
tags: ["v2 members"]
---

# Update group

`PUT /api/v2/members/groups`

Updates a group

## Request body

- Group
  - `id` string
  - `name` string
  - `fullName` string
  - `active` boolean
  - `allRoles` string[]
  - `directRoles` string[]
  - `fields` object
  - `type` string
  - `users` string[]
  - `uuid` string

## Response `200`

OK

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/versions/afc3c5bcc0d9/schema)
