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

## Changes

- **2022-02-09** `839efb3fe59d` — 2 info
  - added the non-success response with the status `401`
  - added the success response with the status `200`
- **2022-02-09** `e7ed27395211` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/rumble-api-deprecated/changes/account/groups/put.md)

---

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