---
title: "Get Seat Assignment Mode"
method: GET
path: "/v1/users/seats/assignment"
---

# Get Seat Assignment Mode

`GET /v1/users/seats/assignment`

Retrieve the current seat assignment mode for the organization. Only accessible by fully self-hosted organizations with enterprise plans.

## Headers

- `x-coderabbitai-api-key` string, required

## Response `200`

Successfully retrieved seat assignment mode

- SeatAssignmentModeResponse — Seat assignment mode for the organization
  - `mode` 'automatic' | 'manual', required — The current seat assignment mode. 'automatic' means new developers are auto-assigned seats when CodeRabbit is tagged; 'manual' requires admin approval.

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `402` — Payment Required - No active subscription
- `403` — Forbidden - Not an admin, not self-hosted, or missing Enterprise plan
- `410` — Legacy API key - deprecated and no longer supported
- `429` — Rate limit exceeded (10 requests per 60 seconds per organization)
- `500` — Internal server error

---

[API](https://skmtc.net/coderabbit/apis/coderabbit-api-spec.md) · [All operations](https://skmtc.net/coderabbit/apis/coderabbit-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coderabbit/coderabbit-api-spec/versions/401789d85d01/schema)
