Skip to content

Commit 4cda46d

Browse files
cx: bulk resend invite users/members (#22861)
## Description - CX added a bulk resend invite feature for users (company) and members (org) ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-2740 ## Reviews - [ ] Technical review @sfavello - [ ] Editorial review ## Preview - https://deploy-preview-22861--docsdocker.netlify.app/admin/organization/members/#resend-an-invitation - https://deploy-preview-22861--docsdocker.netlify.app/admin/company/users/#resend-invitations-to-users
1 parent cedf79b commit 4cda46d

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

content/manuals/admin/company/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can manage users at the company-level in the Docker Admin Console.
1212

1313
## Manage members on a team
1414

15-
Use Docker Hub to add a member to a team or remove a member from a team. For more details, see [Manage members in Docker Hub](../organization/members.md#manage-members-on-a-team).
15+
Use Docker Hub to add a member to a team or remove a member from a team. For more details, see [Manage members](../organization/members.md#manage-members-on-a-team).

content/manuals/admin/organization/members.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,23 @@ After inviting members, you can resend or remove invitations as needed.
6363
{{< tabs >}}
6464
{{< tab name="Admin Console" >}}
6565

66-
To resend an invitation from the Admin Console:
66+
You can send individual invitations, or bulk invitations from the Admin Console.
67+
68+
To resend an individual invitation:
6769

6870
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
6971
2. Select **Members**.
70-
3. Select the **action menu** next to the invitee and select **Resend invitation**.
72+
3. Select the **action menu** next to the invitee and select **Resend**.
7173
4. Select **Invite** to confirm.
7274

75+
To bulk resend invitations:
76+
77+
1. In the [Admin Console](https://app.docker.com/admin), select your organization.
78+
2. Select **Members**.
79+
3. Use the **checkboxes** next to **Usernames** to bulk select users.
80+
4. Select **Resend invites**.
81+
5. Select **Resend** to confirm.
82+
7383
{{< /tab >}}
7484
{{< tab name="Docker Hub" >}}
7585

layouts/shortcodes/admin-users.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,25 @@
125125
Pending invitations appear in the table. The invitees receive an email with a link to Docker Hub where they can accept
126126
or decline the invitation.
127127

128+
### Resend invitations to users
129+
130+
You can send individual invitations, or bulk invitations from the Admin Console.
131+
132+
To resend an individual invitation:
133+
134+
1. In the [Admin Console](https://app.docker.com/admin), select your company.
135+
2. Select **Users**.
136+
3. Select the **action menu** next to the invitee and select **Resend**.
137+
4. Select **Invite** to confirm.
138+
139+
To bulk resend invitations:
140+
141+
1. In the [Admin Console](https://app.docker.com/admin), select your company.
142+
2. Select **Users**.
143+
3. Use the **checkboxes** next to **Usernames** to bulk select users.
144+
4. Select **Resend invites**.
145+
5. Select **Resend** to confirm.
146+
128147
### Invite members via API
129148

130149
You can bulk invite members using the Docker Hub API. For more information, see

0 commit comments

Comments
 (0)