---
title: "Add users to the pull request creation cap bypass list for a repository"
method: PUT
path: "/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list"
tags: ["interactions"]
---

# Add users to the pull request creation cap bypass list for a repository

`PUT /repos/{owner}/{repo}/interaction-limits/pulls/bypass-list`

Adds users to the pull request creation cap bypass list for a repository.
Users on this list can create pull requests regardless of any configured
pull request creation cap.

Only users with maintainer permissions can modify the bypass list.
You can add a maximum of 100 users per request.
The bypass list can only hold a maximum of 100 users.

## Path parameters

- `owner` string, required
- `repo` string, required

## Request body

- InteractionLimitPullRequestBypassList — A list of user logins to add or remove from the pull request creation cap bypass list.
  - `users` string[], required — A list of user logins to add or remove from the bypass list.

## Response `204`

Response

## Other responses

- `403` — Forbidden
- `404` — Resource not found
- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/ghec.md) · [All operations](https://skmtc.net/github/apis/ghec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghec/revisions/8ae6d0c8716e/schema)
