---
title: "POST /update-group"
method: POST
path: "/update-group"
tags: ["v2"]
---

# POST /update-group

`POST /update-group`

## Request body

- UpdateGroup
  - `description` string — Description of the object
  - `group-alias` string, required — A short group alias
  - `json` boolean — Set output format to JSON
  - `name` string, required — Group name
  - `new-name` string — Group new name
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication
  - `user-assignment` string — A json string defining the access permission assignment for this client

## Response `200`

updateGroupResponse wraps response body.

- UpdateGroupOutput
  - `group_name` string
  - `id` string
  - `name` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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