Get Projects Groups

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Returns all groups associated with the project.

Since: 7.17.4

Security: Requires a user assigned with the 'Administer the Platform' role or Project Admin permissions if admin_privileges.manage_resources is enabled.

Usage: GET ${baseUrl}/access/api/v1/projects/{project_key}/groups

Produces: application/json; charset=UTF-8

Parameters:

Name

Description

project_key *

string

(path)

The project key

Header parameter: Authorization: Bearer

Sample Response:

[
  {
    "name": "memberName",
    "roles": [
      "developer"
    ]
  }
]