---
title: "List repository fine-grained permissions for an organization"
method: GET
path: "/orgs/{org}/repository-fine-grained-permissions"
tags: ["orgs"]
---

# List repository fine-grained permissions for an organization

`GET /orgs/{org}/repository-fine-grained-permissions`

Lists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)."

The authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the `admin:org` or `repo` scope to use this endpoint.

## Path parameters

- `org` string, required

## Response `200`

Response

- RepositoryFineGrainedPermission[]
  - `name` string, required
  - `description` string, required

---

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