1 ---
2 title: Organization roles and permissions
3 redirect_from:
4 - /org-roles-and-permissions
5 ---
6
7 import shared from '~/shared.js'
8
9 There are three roles in an organization:
10
11 - **Owner:** Users who manage organization members and billing.
12 - **Admin:** Users who manage team membership and package access.
13 - **Member:** Users who create and publish packages in the organization scope.
14
15 <><strong>On the public registry, you cannot remove the last owner from an organization.</strong> To delete an organization, {shared['contact-support'].text}.</>
16
17 | Action | **Owner** | **Admin** | **Member** |
18 | :---------------------------------------------------- | :-------: | :-------: | :--------: |
19 | Manage organization billing | X | | |
20 | Add members to the organization | X | | |
21 | Remove members from the organization | X | | |
22 | Rename an organization | X | | |
23 | Delete an organization | X | | |
24 | Change any organization member's role | X | | |
25 | Add org owned packages to other orgs | X | | |
26 | Create teams | X | X | |
27 | Delete teams | X | X | |
28 | Add any member to any team | X | X | |
29 | Remove any member from any team | X | X | |
30 | Manage team package access | X | X | |
31 | Create and publish packages in the organization scope | X | X | X |