.TH "NPM\-ORG" "1" "November 2023" "9.2.0" .SH "NAME" \fBnpm-org\fR .SH Synopsis .P Note: This command is unaware of workspaces\. .SH Example .P Add a new developer to an org: .RS 2 .nf $ npm org set my\-org @mx\-smith .fi .RE .P Add a new admin to an org (or change a developer to an admin): .RS 2 .nf $ npm org set my\-org @mx\-santos admin .fi .RE .P Remove a user from an org: .RS 2 .nf $ npm org rm my\-org mx\-santos .fi .RE .P List all users in an org: .RS 2 .nf $ npm org ls my\-org .fi .RE .P List all users in JSON format: .RS 2 .nf $ npm org ls my\-org \-\-json .fi .RE .P See what role a user has in an org: .RS 2 .nf $ npm org ls my\-org @mx\-santos .fi .RE .SH Description .P You can use the \fBnpm org\fP commands to manage and view users of an .br organization\. It supports adding and removing users, changing their roles, .br listing them, and finding specific ones and their roles\. .SH Configuration .SH See Also .RS 1 .IP \(bu 2 using orgs .IP \(bu 2 Documentation on npm Orgs .RE