# Get Group Returns the given group of an organization Endpoint: GET /api/v3.0/orgs/{orgUuid}/groups/{groupUuid} Version: 3.0 Security: bearer-key ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: General > ). - `groupUuid` (string, required) Group UUID (Administration > Groups) ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.uuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" - `response.name` (string) Example: "Group A" - `response.description` (string) Example: "Group description" - `response.userCount` (integer) Example: 22 ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"