---
title: "Get Projects Groups"
method: GET
path: "/access/api/v1/projects/{projectKey}/groups"
tags: ["Members"]
---

# Get Projects Groups

`GET /access/api/v1/projects/{projectKey}/groups`

Returns all groups associated with the project.

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

## Path parameters

- `projectKey` string, required

## Response `200`

Success

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

## Other responses

- `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)
