Get Group Details

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the groups' details based on the group name.

Since: 7.49.3

Authorization: Requires admin authentication using Access Tokens

Usage: GET /access/api/v2/groups/{name}

Produces: application/json

Response:

{
  "name": "string",
  "description": "string",
  "auto_join": false,
  "admin_privileges": false,
  "realm": "ldap",
  "realm_attributes": "string",
  "external_id": "string",
  "members": ["user1", "user2"]
}

Response Codes:

  • 201: Successful

  • 400: Invalid input, object invalid

  • 401: Invalid credentials

  • 403: Insufficient permissions

  • 404: Group not found