---
title: "PATCH /api/v1/groups/{id}"
method: PATCH
path: "/api/v1/groups/{id}"
tags: ["Groups"]
---

# PATCH /api/v1/groups/{id}

`PATCH /api/v1/groups/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — The new name of the group to update to.
  - `slug` string — The new slug of the group to update to.
  - `role` string — The new role of the group to update to.

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `orgId` string, uuid, required
  - `name` string, required
  - `slug` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

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