You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn how to manage members for your organization in Docker Hub and the Docker Admin Console.
11
11
12
+
## Invite members
13
+
12
14
{{< tabs >}}
13
15
{{< tab name="Docker Hub" >}}
14
16
@@ -24,18 +26,97 @@ Learn how to manage members for your organization in Docker Hub and the Docker A
24
26
{{< /tab >}}
25
27
{{< /tabs >}}
26
28
29
+
## Accept invitation
30
+
31
+
When an invitation is to a user's email address, they receive
32
+
a link to Docker Hub where they can accept or decline the invitation.
33
+
To accept an invitation:
34
+
35
+
1. Navigate to your email inbox and open the Docker email with an invitation to
36
+
join the Docker organization.
37
+
2. To open the link to Docker Hub, select the **click here** link.
38
+
3. The Docker create an account page will open. If you already have an account, select **Already have an account? Sign in**.
39
+
If you do not have an account yet, create an account using the same email
40
+
address you received the invitation through.
41
+
4. Optional. If you do not have an account and created one, you must navigate
42
+
back to your email inbox and verify your email address using the Docker verification
43
+
email.
44
+
5. Once you are signed in to Docker Hub, select **Organizations** from the top-level navigation menu.
45
+
6. The organizations page will display your invitation. Select **Accept**.
46
+
47
+
After accepting an invitation, you are now a member of the organization.
48
+
49
+
## Manage invitations
50
+
51
+
After inviting members, you can resend or remove invitations as needed.
52
+
53
+
### Resend an invitation
54
+
55
+
{{< tabs >}}
56
+
{{< tab name="Docker Hub" >}}
57
+
58
+
To resend an invitation from Docker Hub:
59
+
60
+
1. Sign in to [Docker Hub](https://hub.docker.com/).
61
+
2. Select **Organizations**, your organization, and then **Members**.
62
+
3. In the table, locate the invitee, select the **Actions** icon, and then select
63
+
**Resend invitation**.
64
+
4. Select **Invite** to confirm.
65
+
66
+
{{< /tab >}}
67
+
{{< tab name="Admin Console" >}}
68
+
69
+
{{< include "admin-early-access.md" >}}
70
+
71
+
To resend an invitation from the Admin Console:
72
+
73
+
1. Open the [Admin Console](https://app.docker.com/admin) and select your organization from
74
+
top-left drop-down menu.
75
+
2. Select **Members**.
76
+
3. Select the **action menu** next to the invitee and select **Resend invitation**.
77
+
4. Select **Invite** to confirm.
78
+
79
+
{{< /tab >}}
80
+
{{< /tabs >}}
81
+
82
+
### Remove an invitation
83
+
84
+
{{< tabs >}}
85
+
{{< tab name="Docker Hub" >}}
86
+
87
+
To remove a member's invitation from Docker Hub:
88
+
89
+
1. Sign in to [Docker Hub](https://hub.docker.com/).
90
+
2. Select **Organizations**, your organization, and then **Members**.
91
+
3. In the table, select the **Action** icon, and then select **Remove member** or **Remove invitee**.
92
+
4. Follow the on-screen instructions to remove the member or invitee.
93
+
94
+
{{< /tab >}}
95
+
{{< tab name="Admin Console" >}}
96
+
97
+
{{< include "admin-early-access.md" >}}
98
+
99
+
To remove an invitation from the Admin Console:
100
+
101
+
1. Open the [Admin Console](https://app.docker.com/admin) and select your organization from
102
+
top-left drop-down menu.
103
+
2. Select **Members**.
104
+
3. Select the **action menu** next to the invitee and select **Remove invitee**.
105
+
4. Select **Remove** to confirm.
106
+
107
+
{{< /tab >}}
108
+
{{< /tabs >}}
109
+
27
110
## Manage members on a team
28
111
29
-
Use Docker Hub to add a member to a team or remove a member from a team.
112
+
Use Docker Hub or the Admin Console to add or remove team members. Organization owners can add a member to one or more teams within an organization.
30
113
31
114
### Add a member to a team
32
115
33
-
Organization owners can add a member to one or more teams within an organization.
34
-
35
116
{{< tabs >}}
36
117
{{< tab name="Docker Hub" >}}
37
118
38
-
To add a member to a team:
119
+
To add a member to a team with Docker Hub:
39
120
40
121
1. Sign in to [Docker Hub](https://hub.docker.com).
41
122
2. Select **Organizations**, your organization, and then **Members**.
@@ -55,9 +136,9 @@ To add a member to a team:
55
136
56
137
{{< include "admin-early-access.md" >}}
57
138
58
-
To add a member to a team:
139
+
To add a member to a team with the Admin Console:
59
140
60
-
1. In the Admin Console, select your organization.
141
+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
61
142
2. Select the team name.
62
143
3. Select **Add member**. You can add the member by searching for their email address or username.
63
144
@@ -75,9 +156,7 @@ Organization owners can remove a member from a team in Docker Hub or Admin Conso
75
156
{{< tabs >}}
76
157
{{< tab name="Docker Hub" >}}
77
158
78
-
To add a member to a team:
79
-
80
-
To remove a member from a specific team:
159
+
To remove a member from a specific team with Docker Hub:
81
160
82
161
1. Sign in to [Docker Hub](https://hub.docker.com).
83
162
2. Select **Organizations**, your organization, **Teams**, and then the team.
@@ -89,12 +168,46 @@ To remove a member from a specific team:
89
168
90
169
{{< include "admin-early-access.md" >}}
91
170
92
-
To remove a member from a specific team:
171
+
To remove a member from a specific team with the Admin Console:
93
172
94
-
1. In the Admin Console, select your organization.
173
+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
95
174
2. Select the team name.
96
175
3. Select the **X** next to the user's name to remove them from the team.
97
176
4. When prompted, select **Remove** to confirm.
98
177
99
178
{{< /tab >}}
100
179
{{< /tabs >}}
180
+
181
+
### Update a member role
182
+
183
+
Organization owners can manage [roles](/security/for-admins/roles-and-permissions/)
184
+
within an organization. If an organization is part of a company,
185
+
the company owner can also manage that organization's roles. If you have SSO enabled, you can use [SCIM for role mapping](/security/for-admins/provisioning/scim/).
186
+
187
+
> [!NOTE]
188
+
>
189
+
> If you're the only owner of an organization,
190
+
> you need to assign a new owner before you can edit your role.
191
+
192
+
To update a member role:
193
+
194
+
1. Sign in to [Docker Hub](https://hub.docker.com).
195
+
2. Select **Organizations**, your organization, and then **Members**.
196
+
3. Find the username of the member whose role you want to edit. In the table, select the **Actions** icon.
197
+
4. Select **Edit role**.
198
+
5. Select their organization, select the role you want to assign, and then select **Save**.
199
+
200
+
## Export members CSV file
201
+
202
+
Owners can export a CSV file containing all members. The CSV file for a company contains the following fields:
203
+
- Name: The user's name
204
+
- Username: The user's Docker ID
205
+
- Email: The user's email address
206
+
- Member of Organizations: All organizations the user is a member of within a company
207
+
- Invited to Organizations: All organizations the user is an invitee of within a company
208
+
- Account Created: The time and date when the user account was created
209
+
210
+
To export a CSV file of the members:
211
+
1. Sign in to [Docker Hub](https://hub.docker.com).
212
+
2. Select **Organizations**, your organization, and then **Members**.
213
+
3. Select the **Action** icon and then select **Export users as CSV**.
0 commit comments