Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.92 KB

File metadata and controls

46 lines (34 loc) · 2.92 KB
title Access permissions on GitHub
redirect_from
/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
intro With roles, you can control who has access to your accounts and resources and the level of access each person has.
versions
fpt ghes ghec
*
*
*
shortTitle Access permissions
category
Explore GitHub plans and features

About access permissions on {% data variables.product.github %}

{% data reusables.organizations.about-roles %}

Roles work differently for different types of accounts. For more information about accounts, see AUTOTITLE.

Personal accounts

A repository owned by a personal account has two permission levels: the repository owner and collaborators. For more information, see AUTOTITLE.

Organization accounts

Organization members can have owner{% ifversion fpt or ghec %}, billing manager,{% endif %} or member roles. Owners have complete administrative access to your organization{% ifversion fpt or ghec %}, 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:

Enterprise accounts

Enterprise accounts have a range of predefined roles that define users' access to the enterprise settings. You can also create custom enterprise roles to define your own sets of fine-grained permissions.

For more information, see {% ifversion fpt %}AUTOTITLE in the {% data variables.product.prodname_ghe_cloud %} documentation{% else %}AUTOTITLE{% endif %}.

Further reading