Skip to content

Is there a way to review access/ permissions on all repositories without visiting each one? #23739

Discussion options

You must be logged in to vote

Hi there! 👋 Welcome to the Community!

This isn’t really possible in the web UI, I’m afraid. Even in GitHub Enterprise, exporting a report is done repo by repo:

https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository

You could potentially use the API to speed things up.

There is an endpoint to list organization repos:

GitHub Developer

Repositories

Get started with one of our guides, or jump straight into the API documentation.

An endpoint to list which teams have access to the repo, and at what level:

GitHub Developer

Repositories

Get started with one of our guides, or jump straight into the API documentation.

A…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants