Skip to content

cx: bulk resend invite users/members #22861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/admin/company/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
14 changes: 12 additions & 2 deletions content/manuals/admin/organization/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}

Expand Down
19 changes: 19 additions & 0 deletions layouts/shortcodes/admin-users.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down