---
title: "GET /api/v1/organisations/"
method: GET
path: "/api/v1/organisations/"
tags: ["mcp"]
---

# GET /api/v1/organisations/

`GET /api/v1/organisations/`

Lists all organisations accessible with the provided user API key.

## Query parameters

- `page` integer

## Response `200`

- PaginatedOrganisationSerializerFullList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` OrganisationSerializerFull[], required
    - `id` integer
    - `uuid` string, uuid
    - `name` string, required
    - `created_date` string, date-time
    - `webhook_notification_email` string, email, nullable
    - `num_seats` integer
    - `subscription` Subscription
      - `id` integer
      - `has_active_billing_periods` boolean
      - `deleted_at` string, date-time, nullable
      - `uuid` string, uuid
      - `subscription_id` string, nullable
      - `subscription_date` string, date-time, nullable
      - `plan` string, nullable
      - `max_seats` integer
      - `max_api_calls` integer
      - `cancellation_date` string, date-time, nullable
      - `customer_id` string, nullable
      - `billing_status` union
        - 'ACTIVE' | 'DUNNING' — * `ACTIVE` - Active * `DUNNING` - Dunning
        - ''
        - unknown
      - `payment_method` union
        - 'CHARGEBEE' | 'XERO' | 'AWS_MARKETPLACE' — * `CHARGEBEE` - Chargebee * `XERO` - Xero * `AWS_MARKETPLACE` - AWS Marketplace
        - ''
        - unknown
      - `notes` string, nullable
    - `role` string, nullable
    - `persist_trait_data` boolean — Disable this if you don't want Flagsmith to store trait data for this org's identities.
    - `block_access_to_admin` boolean — Enable this to block all the access to admin interface for the organisation
    - `restrict_project_create_to_admin` boolean
    - `force_2fa` boolean
    - `targeting_key` string, nullable — Flagsmith-on-Flagsmith targeting key. Immutable; org.<id> is used when unset.

---

[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)
