---
title: "Get interaction restrictions for an organization"
method: GET
path: "/orgs/{org}/interaction-limits"
tags: ["interactions"]
---

# Get interaction restrictions for an organization

`GET /orgs/{org}/interaction-limits`

Shows which type of GitHub user can interact with this organization and when the restriction expires. If there is no restrictions, you will see an empty response.

## Path parameters

- `org` string, required

## Response `200`

Response

- union
  - InteractionLimitResponse — Interaction limit settings.
    - `limit` 'existing_users' | 'contributors_only' | 'collaborators_only', required — The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect.
    - `origin` string, required
    - `expires_at` string, date-time, required
  - object

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
