diff --git a/content/manuals/admin/company/users.md b/content/manuals/admin/company/users.md index 653bc71375de..c22339997b2c 100644 --- a/content/manuals/admin/company/users.md +++ b/content/manuals/admin/company/users.md @@ -12,4 +12,4 @@ You can manage users at the company-level in the Docker Admin Console. ## Manage members on a team -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). +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). diff --git a/content/manuals/admin/organization/members.md b/content/manuals/admin/organization/members.md index 536de693e38b..0cfee31d0e77 100644 --- a/content/manuals/admin/organization/members.md +++ b/content/manuals/admin/organization/members.md @@ -63,13 +63,23 @@ After inviting members, you can resend or remove invitations as needed. {{< tabs >}} {{< tab name="Admin Console" >}} -To resend an invitation from the Admin Console: +You can send individual invitations, or bulk invitations from the Admin Console. + +To resend an individual invitation: 1. In the [Admin Console](https://app.docker.com/admin), select your organization. 2. Select **Members**. -3. Select the **action menu** next to the invitee and select **Resend invitation**. +3. Select the **action menu** next to the invitee and select **Resend**. 4. Select **Invite** to confirm. +To bulk resend invitations: + +1. In the [Admin Console](https://app.docker.com/admin), select your organization. +2. Select **Members**. +3. Use the **checkboxes** next to **Usernames** to bulk select users. +4. Select **Resend invites**. +5. Select **Resend** to confirm. + {{< /tab >}} {{< tab name="Docker Hub" >}} diff --git a/layouts/shortcodes/admin-users.html b/layouts/shortcodes/admin-users.html index f305201c23d2..853c93f3221d 100644 --- a/layouts/shortcodes/admin-users.html +++ b/layouts/shortcodes/admin-users.html @@ -125,6 +125,25 @@ Pending invitations appear in the table. The invitees receive an email with a link to Docker Hub where they can accept or decline the invitation. +### Resend invitations to users + +You can send individual invitations, or bulk invitations from the Admin Console. + +To resend an individual invitation: + +1. In the [Admin Console](https://app.docker.com/admin), select your company. +2. Select **Users**. +3. Select the **action menu** next to the invitee and select **Resend**. +4. Select **Invite** to confirm. + +To bulk resend invitations: + +1. In the [Admin Console](https://app.docker.com/admin), select your company. +2. Select **Users**. +3. Use the **checkboxes** next to **Usernames** to bulk select users. +4. Select **Resend invites**. +5. Select **Resend** to confirm. + ### Invite members via API You can bulk invite members using the Docker Hub API. For more information, see