---
title: "Get organization membership limits"
method: GET
path: "/organizations/{organizationID}/membership-limits"
tags: ["Organizations"]
---

# Get organization membership limits

`GET /organizations/{organizationID}/membership-limits`

Retrieves the membership limits for the specified organization (maximum members and invitations).

## Response `200`

Membership limits for the organization

- OrganizationMembershipLimits — Membership limits for an organization
  - `maxMembers` integer, required — Maximum number of members allowed in the organization
  - `maxInvites` integer, required — Maximum number of pending invitations allowed at once

## Other responses

- `401` — Error returned when authentication or authorization fails
- `403` — Error returned when authentication or authorization fails
- `5XX` — Unexpected Error

## Changes

- **2026-07-14** `fcbf82ebfc05` — 1 warning
  - deleted the `path` request parameter `organizationID`
- **2026-05-15** `80656f9f4858` — 1 info
  - endpoint added
- **2026-04-15** `a2cc5189d200` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xataio/apis/xata-api/changes/organizations/:organizationID/membership-limits/get.md)

---

[API](https://skmtc.dev/xataio/apis/xata-api.md) · [All operations](https://skmtc.dev/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xataio/apis/xata-api/revisions/cd97485f66fe?raw)
