Skip to content

Commit

Permalink
Update org role permissions (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
monishcm committed Jun 26, 2023
1 parent d62c253 commit dc9ace6
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ There are three roles in an organization:

| Action | **Owner** | **Admin** | **Member** |
|:------------------------------------------------------|:---------:|:---------:|:----------:|
| Manage organization billing | X | | |
| Add members to the organization | X | | |
| Remove members from the organization | X | | |
| Rename an organization | X | | |
| Delete an organization | X | | |
| Change any organization member's role | X | | |
| Create teams | X | X | |
| Delete teams | X | X | |
| Add any member to any team | X | X | |
| Remove any member from any team | X | X | |
| Manage team package access | X | X | |
| Create and publish packages in the organization scope | X | X | X |
| Manage organization billing | X | | |
| Add members to the organization | X | | |
| Remove members from the organization | X | | |
| Rename an organization | X | | |
| Delete an organization | X | | |
| Change any organization member's role | X | | |
| Add org owned packages to other orgs | X | | |
| Create teams | X | X | |
| Delete teams | X | X | |
| Add any member to any team | X | X | |
| Remove any member from any team | X | X | |
| Manage team package access | X | X | |
| Create and publish packages in the organization scope | X | X | X |

0 comments on commit dc9ace6

Please sign in to comment.