1 ---
2 title: Adding members to your organization
3 redirect_from:
4 - /adding-members-to-your-org
5 ---
6
7 import shared from '~/shared.js'
8
9 As an organization owner, you can add other npm users to your organization to give them read or read and write access to public and private packages within your organization's scope, as well as public unscoped packages governed by your organization.
10
11 When you add a member to your organization, they are sent an email inviting them to the organization.
12
13 Once the new member [accepts the invitation][accept-invitation], they are:
14
15 - assigned the role of "[member][member-perms]"
16 - added to the ["developers" team][developers-team]
17
18 If you have a [paid organization][paid-org], as part of an npm Teams plan, you will be billed $7 per month for each new member.
19
20 ## Inviting members to your organization
21
22 1. <>{shared['user-login'].text}</>
23
24 <>{shared['user-login'].image}</>
25
26 2. <>{shared['account-settings'].text}</>
27
28 <>{shared['account-settings'].image}</>
29
30 3. <>{shared['organization-selection'].text}</>
31
32 <>{shared['organization-selection'].image}</>
33
34 4. <>{shared['organization-members-tab'].text}</>
35
36 <>{shared['organization-members-tab'].image}</>
37
38 5. Click the **Invite Members** button.
39
40 <Screenshot src="/organizations/managing-organization-members/invite-members-button.png" alt="Screenshot of the invite members button" />
41
42 6. In the "Username or email" field, type the username or email address of the person you wish to invite. Optionally you can select a specific team to invite the member to.
43
44 <Screenshot src="/organizations/managing-organization-members/username-or-email-field.png" alt="Screenshot of the username or email field" />
45
46 7. Click **Invite**.
47
48 <Screenshot src="/organizations/managing-organization-members/invite-button.png" alt="Screenshot of the invite button" />
49
50 ## Revoking an organization invitation
51
52 As an organization owner, if you've made a mistake in inviting someone to your organization, you can revoke the organization invitation.
53
54 1. <>{shared['user-login'].text}</>
55
56 <>{shared['user-login'].image}</>
57
58 2. <>{shared['account-settings'].text}</>
59
60 <>{shared['account-settings'].image}</>
61
62 3. <>{shared['organization-selection'].text}</>
63
64 <>{shared['organization-selection'].image}</>
65
66 4. <>{shared['organization-members-tab'].text}</>
67
68 <>{shared['organization-members-tab'].image}</>
69
70 5. Click the **Invite Members** button.
71
72 <Screenshot src="/organizations/managing-organization-members/invite-members-button.png" alt="Screenshot of the invite members button" />
73
74 6. Under the "Invitations" field, click the **X** next to the name of the user invitation you would like to revoke.
75
76 <Screenshot src="/organizations/managing-organization-members/revoke-invitation.png" alt="Screenshot of the revoke invitation button" />
77
78 [accept-invitation]: accepting-or-rejecting-an-org-invitation
79 [member-perms]: org-roles-and-permissions
80 [developers-team]: about-developers-team
81 [paid-org]: upgrading-to-a-paid-org-plan