---
title: "Update the admin group"
method: PUT
path: "/api-umbrella/v1/admin_groups/{id}"
tags: ["admin_group"]
---

# Update the admin group

`PUT /api-umbrella/v1/admin_groups/{id}`

## Request body

- object
  - `admin_group` AdminGroup
    - `id` string, uuid
    - `name` string
    - `permission_ids` string[]
    - `api_scope_ids` string[]
    - `created_at` string, date-time — The time the record was created (ISO 8601 format)
    - `creator` AdminCreator
      - `username` string, email — E-mail address of the admin that created the record
    - `updated_at` string, date-time — The time the record was last updated (ISO 8601 format)
    - `updater` AdminUpdater
      - `username` string, email — E-mail address of the admin that last updated the record

## Response `204`

Successfully updated record

---

[API](https://skmtc.net/gsa/apis/api-umbrella-admin-api.md) · [All operations](https://skmtc.net/gsa/apis/api-umbrella-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gsa/api-umbrella-admin-api/versions/0c9a8c78c26a/schema)
