1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/content/get-started/learning-about-github/access-permissions-on-github.md
Laura Coursen bc4eebaf93 Update links
2021-09-27 15:30:51 -05:00

2.6 KiB

title, redirect_from, intro, versions, topics, shortTitle
title redirect_from intro versions topics shortTitle
Access permissions on GitHub
/articles/needs-to-be-written-what-can-the-different-types-of-org-team-permissions-do/
/articles/what-are-the-different-types-of-team-permissions/
/articles/what-are-the-different-access-permissions/
/articles/access-permissions-on-github
/github/getting-started-with-github/access-permissions-on-github
/github/getting-started-with-github/learning-about-github/access-permissions-on-github
While you can grant read/write access to collaborators on a personal repository, members of an organization can have more granular access permissions for the organization's repositories.
fpt ghes ghae
* * *
Permissions
Accounts
Access permissions

Personal user accounts

A repository owned by a user account has two permission levels: the repository owner and collaborators. For more information, see "Permission levels for a user account repository."

Organization accounts

Organization members can have owner{% ifversion fpt %}, billing manager,{% endif %} or member roles. Owners have complete administrative access to your organization{% ifversion fpt %}, while billing managers can manage billing settings{% endif %}. Member is the default role for everyone else. You can manage access permissions for multiple members at a time with teams. For more information, see:

{% ifversion fpt %}

Enterprise accounts

Enterprise owners have ultimate power over the enterprise account and can take every action in the enterprise account. Billing managers can manage your enterprise account's billing settings. Members and outside collaborators of organizations owned by your enterprise account are automatically members of the enterprise account, although they have no access to the enterprise account itself or its settings. For more information, see "Roles in an enterprise."

{% data reusables.gated-features.enterprise-accounts %}

{% endif %}

Further reading