---
title: "Update Group"
method: PUT
path: "/v2/group/{group_id}"
tags: ["User Groups"]
---

# Update Group

`PUT /v2/group/{group_id}`

This endpoint is used to manage [User Groups](https://docs.clickup.com/en/articles/4010016-teams-how-to-create-user-groups), which are groups of users within your Workspace.\
 \
In our API, `team_id` in the path refers to the Workspace ID, and `group_id` refers to the ID of a User Group.\
 \
**Note:** Adding a guest with view-only permissions to a User Group automatically converts them to a paid guest.\
 \
If you don't have any paid guest seats available, a new member seat is automatically added to increase the number of paid guest seats.\
 \
This incurs a prorated charge based on your billing cycle.

## Path parameters

- `group_id` string, required

## Request body

- object
  - `name` string
  - `handle` string
  - `members` object
    - `add` integer[], required
    - `rem` integer[], required

## Response `200`

- object
  - `id` string, required
  - `team_id` string, required
  - `userid` integer, required
  - `name` string, required
  - `handle` string, required
  - `date_created` string, required
  - `initials` string, required
  - `members` object[], required
    - `id` integer, required
    - `username` string, required
    - `email` string, required
    - `color` string, required
    - `initials` string, required
    - `profilePicture` string, nullable, required
  - `avatar` object, required
    - `attachment_id` string, nullable, required
    - `color` string, nullable, required
    - `source` string, nullable, required
    - `icon` string, nullable, required

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
