Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 2.55 KB

managing-members.md

File metadata and controls

76 lines (45 loc) · 2.55 KB

Managing Members

This page will explain how to manage Members of your Organization. It’ll also explain how to manage the roles of those Members.

You will need to have the Owner role to perform this work. For more information on roles, check out the Roles and Privileges doc.


To manage the Members of your Organization, navigate to your Organizations landing page. You can find it at https://www.npmjs.com/org/<org_name>.

Once you are on your Organization's landing page, click the "Members" tab. You can also just point your browser at https://www.npmjs.com/org/<org_name>/members.

Adding Members

To add a Member:

  1. Make sure the new Member has an npm user account. If they don't, have them signup here.
  2. Enter the new Member's npm username.

Set the role

  1. Select the role you would like the new Member to have from one of the 3 buttons. (Learn more about Roles and Privileges).
  2. Click the green Invite button.

Notes:

  • Adding an npm user as a Member to an Organization does not send that user an email. You should tell your new team Members that you have added them!
  • All Members are automatically added to the Developers team (Learn more about the Developers team).
  • You might want to manage the teams this Member belongs to (Learn more about managing teams).

Changing a Member's Role

To change a Member's role:

  1. Locate the Member in the list of Members.
  2. Click member, admin, or owner depending on the level that you want the member to be.

Deleting a Member

To delete a Member:

  1. Locate the member in the list of Members.
  2. Click the X at the end of the row matching the member you wish to delete.

If your delete request was successful, you should no longer see the Member you deleted in the list of Members.

Notes:

  • Removing a Member from an Organization does not send that user an email. You should tell this user that they are no longer a Member of your Organization.