---
title: "Update an existing group"
method: PUT
path: "/account/groups"
tags: ["Account"]
---

# Update an existing group

`PUT /account/groups`

## Request body

- GroupPut
  - `id` string, uuid
  - `description` string
  - `name` string
  - `expires_at` integer
  - `org_default_role` string
  - `org_roles` object

## Other responses

- `200` — unresolved $ref
- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/github/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/github/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
