1
0
mirror of synced 2025-12-20 02:19:14 -05:00
Files
docs/content/get-started/learning-about-github/access-permissions-on-github.md
Isaac Brown 717ad8c404 [21 Oct] Enterprise custom roles, enterprise teams, ESM and app manager role (#57961)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: erikaxu <58748846+erikaxu@users.noreply.github.com>
Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2025-10-23 19:32:15 +00:00

2.9 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
With roles, you can control who has access to your accounts and resources and the level of access each person has.
fpt ghes ghec
* * *
Permissions
Accounts
Access permissions

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