Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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).
12 changes: 11 additions & 1 deletion 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**.
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 invitation**.
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