---
title: "Update Group in Project"
method: PUT
path: "/access/api/v1/projects/{projectKey}/groups/{group}"
tags: ["Members"]
---

# Update Group in Project

`PUT /access/api/v1/projects/{projectKey}/groups/{group}`

Updates the group in the project.

**Security:** Requires Platform Admin or Project Admin with Manage
Members privilege.

## Path parameters

- `projectKey` string, required
- `group` string, required

## Request body

- ProjectGroupUpdate
  - `roles` string[] — Roles to assign to the group

## Response `200`

Group added/updated

- ProjectGroup
  - `name` string — Group name
  - `roles` string[] — Group roles in the project

## Other responses

- `400` — Bad Request - Invalid input
- `401` — Bad Credentials - Invalid credentials
- `403` — Permission Denied - Insufficient permissions
- `404` — Not Found - Project not found

---

[API](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api.md) · [All operations](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jfrog/jfrog-platform-projects-api/revisions/1c6bb09154a9/schema)
