# Get a group

Find a user group by ID.

Endpoint: GET /api/groups/{id}
Version: 24.9.2.5
Security: ApiKeyAuth, Bearer

## Path parameters:

  - `id` (string, required)
    Group ID

## Response 200 fields (application/json):

  - `description` (string)

  - `id` (string)

  - `members` (array)

  - `members.id` (string)

  - `members.username` (string)

  - `name` (string, required)

  - `orgId` (string)

## Response 403 fields (application/json):

  - `message` (string)
    Example: "Something went wrong"

  - `result` (string)
    Example: "error"

  - `success` (boolean)

## Response 404 fields (application/json):

  - `message` (string)
    Example: "Something went wrong"

  - `result` (string)
    Example: "error"

  - `success` (boolean)


