---
title: "Get All Organization Groups"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/groups"
tags: ["Administration - Groups"]
---

# Get All Organization Groups

`GET /api/v3.0/orgs/{orgUuid}/groups`

Returns a list of all groups within an organization

## Path parameters

- `orgUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3ListGroupSummaryDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` GroupSummaryDTOV3[]
    - `uuid` string
    - `name` string
    - `description` string
    - `users` integer — The amount of users in that group
    - `affectedApplications` integer
    - `roles` GroupRoleDTOV3[]
      - `scopeUuid` string
      - `scopeName` string
      - `scopeType` 'organization' | 'application' | 'project' | 'account' | 'unsupported' — Type of entity the role will be associated with
      - `role` 'ADMIN' | 'SCAN_MANAGER' | 'SECURITY_ANALYST' | 'MEMBER'

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
