Super admin, controls billing & adding people to the org\.
.IP2.3
Team admin, manages team membership & package access\.
.IP3.3
Developer, works on packages they are given access to\.
.RE
.P
The super admin is the only person who can add users to the org because it impacts the monthly bill\. The super admin will use the website to manage membership\. Every org has a \fBdevelopers\fP team that all users are automatically added to\.
.P
The team admin is the person who manages team creation, team membership, and package access for teams\. The team admin grants package access to teams, not individuals\.
.P
The developer will be able to access packages based on the teams they are on\. Access is either read\-write or read\-only\.
Each org is automatically given a \fBdevelopers\fP team, so you can see the whole list of team members in your org\. This team automatically gets read\-write access to all packages, but you can change that with the \fBaccess\fP command\.
.IP\(bu2
Create a new team:
.RE
.P
.RS2
.nf
npm team create <org:team>
.fi
.RE
.RS0
.IP\(bu2
Add members to that team:
.RE
.P
.RS2
.nf
npm team add <org:team> <user>
.fi
.RE
.SHPublishapackageandadjustpackageaccess
.RS0
.IP\(bu2
In package directory, run
.RE
.P
.RS2
.nf
npm init \-\-scope=<org>
.fi
.RE
.P
to scope it for your org & publish as usual
.RS0
.IP\(bu2
Grant access:
.RE
.P
.RS2
.nf
npm access grant <read\-only|read\-write> <org:team> [<package>]