rococo
rococo

Reputation: 2657

Can a GitHub organization owner remove another owner?

Say I make an organization, and set someone else to owner. Will they be able to remove me from that organization? Or are there special elevated perms for the "original" owner?

I'm not sure if StackOverflow is even the right place for this question, but I haven't been able to find anything about this online.

Upvotes: 8

Views: 4421

Answers (2)

Craig MacGregor
Craig MacGregor

Reputation: 1

Depends what you want to do. If you want them to be able to add/remove other members without giving over full organisation access you try to add a team, add the repositories you want to that team with write access, then make the user a "maintainer" of the team which should allow them to add/remove users and therefore manage write access to particular repositories.

https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization

Upvotes: 0

hari prasad
hari prasad

Reputation: 226

Yes, once you make a user owner of your organization, user gets all the permissions as you. So, user can remove you from organization.

Github can't recognize you as Original owner. There are only two possible roles, OWNER and MEMBER.

Upvotes: 7

Related Questions