Members of the NPM Management Organization

Table of contents

1. Add members to the organization

1.1 Invite members to join your organization

1.2 Withdrawal of Organization Invitation 

2. Accept or reject the organization invitation

2.1 Receive an organization invitation

2.2 Declining an organization invitation 

3. Organizational roles and permissions

4. Manage organizational permissions

5. Remove members from the organization


1. Add members to the organization

As an organization owner, you can add other npm users to your organization to give them read or read access to your organization-wide public and private packages, as well as public unscoped packages managed by your organization .

When you add members to your organization, they're sent an email inviting them to join the organization.

Once the new member accepts the invitation
, they will:

  • Assigned to
    the role of "Member"
  • Join the "Developers" team
     

​ If you have a paid organization, you will be charged $7 per month per new member as part of the npm Teams plan .

1.1 Invite members to join your organization

 1. Enter the npm login page , and enter the corresponding user name and password to log in.

2. In the upper right corner of the page, click your profile picture, then click  Account.

3. In the left sidebar, click your organization name.

 4. Click the "Members" option on the right, as shown in the figure below:

5. Click the "Invite Members" button.

6. In the Username or Email field, type the username or email address of the person you want to invite. You can also select specific teams to invite members to.

7. Click the "Invite" button to invite the member.

1.2 Withdrawal of Organization Invitation 

 1. Enter the npm login page , and enter the corresponding user name and password to log in.

2. In the upper right corner of the page, click your profile picture, then click  Account.

3. In the left sidebar, click your organization name.

 4. Click the "Members" option on the right, as shown in the figure below:

5. Click the "Invite Members" button.

6. Under the Invitation field, click the X next to the name of the user invitation you want to revoke.

2. Accept or reject the organization invitation

2.1 Receive an organization invitation

If you received an invitation from an organization, you must accept the invitation via email to be added to the organization.

You can choose to use a different email address than the one you received the invitation to join your organization.

1. Click the verification link in the organization invitation email.

2. You will be prompted to log in to your npm user account. If you don't have an npm user account, you can sign up for one.

2.2 Declining an organization invitation 

If you're invited to an organization that you don't want to join, you can let the invitation expire. Organization invitations expire after one week.

3. Organizational roles and permissions

There are three roles in the organization:

Owner: The user who manages organization membership and billing.

Admin: A user who manages team membership and package access.

Member: A user who creates and publishes packages within the organization.

In public registries, the last owner cannot be removed from the organization.

If you want to delete an organization, you need to contact npm for support.

action owner manager member
Manage Organization Billing V
Add members to organization V
remove member from organization V
rename organization V
delete organization V
the role of any organization member V
Add an organization-owned package to another organization V
create team V V
delete team V V
Add any member to any team V V
Remove any member from any team V V
Manage team pack access V V
Create and publish packages organization-wide V V V

4. Manage organizational permissions

As an organization owner, you can change the role of any member of the organization to add or remove that member's permissions to the organization.

1. Enter the npm login page , and enter the corresponding user name and password to log in.

2. In the upper right corner of the page, click your profile picture, then click  Account.

3. In the left sidebar, click your organization name.

 4. Click the "Members" option on the right, as shown in the figure below:

5. In the list of organization members, find the member whose role you want to change.

6. In the Members row, to select a new role for members of the organization, click Member, Administrator, or Owner.

5. Remove members from the organization

As an organization owner, you can remove members from your organization if they are no longer collaborating on packages owned or managed by the organization.

If you remove members from an npm Teams subscription (paid organization), they will lose access to your organization's private packages, and your organization's credit card on file will not be charged for them in the next billing cycle.

Note : Members will not be notified when they are removed from the organization.

 1. Enter the npm login page , and enter the corresponding user name and password to log in.

2. In the upper right corner of the page, click your profile picture, then click  Account.

3. In the left sidebar, click your organization name.

 4. Click the "Members" option on the right, as shown in the figure below:

5. In the organization member list, find the member to be deleted.

6. At the end of the member row, click the X.

 

Guess you like

Origin blog.csdn.net/u014388408/article/details/132398302