---
title: "GET /api/v1/organisations/{organisation_pk}/groups/"
method: GET
path: "/api/v1/organisations/{organisation_pk}/groups/"
tags: ["mcp"]
---

# GET /api/v1/organisations/{organisation_pk}/groups/

`GET /api/v1/organisations/{organisation_pk}/groups/`

Retrieves all permission groups within the organisation.

## Path parameters

- `organisation_pk` integer, required

## Query parameters

- `page` integer

## Response `200`

- PaginatedListUserPermissionGroupList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ListUserPermissionGroup[], required
    - `id` integer
    - `name` string, required
    - `users` ListUserPermissionGroupMembership[]
      - `id` integer, required
      - `email` string, email, required
      - `first_name` string, required
      - `last_name` string, required
      - `last_login` string, required
      - `group_admin` boolean
    - `is_default` boolean — If set to true, all new users will be added to this group
    - `external_id` string, nullable — Unique ID of the group in an external system

---

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