---
title: Manage organization members
weight: 30
description: Learn how to manage organization members in Docker Hub and Docker Admin Console.
keywords: members, teams, organizations, invite members, manage team members
aliases:
- /docker-hub/members/
---
Learn how to manage members for your organization in Docker Hub and the Docker Admin Console.
## Invite members
{{< tabs >}}
{{< tab name="Admin Console" >}}
{{% admin-users product="admin" %}}
{{< /tab >}}
{{< tab name="Docker Hub" >}}
{{% include "hub-org-management.md" %}}
{{% admin-users product="hub" %}}
{{< /tab >}}
{{< /tabs >}}
## Accept invitation
When an invitation is to a user's email address, they receive
a link to Docker Hub where they can accept or decline the invitation.
To accept an invitation:
1. Navigate to your email inbox and open the Docker email with an invitation to
join the Docker organization.
2. To open the link to Docker Hub, select the **click here** link.
> [!WARNING]
>
> Invitation email links expire after 14 days. If your email link has expired,
> you can sign in to [Docker Hub](https://hub.docker.com/) with the email
> address the link was sent to and accept the invitation from the
> **Notifications** panel.
3. The Docker create an account page will open. If you already have an account, select **Already have an account? Sign in**.
If you do not have an account yet, create an account using the same email
address you received the invitation through.
4. Optional. If you do not have an account and created one, you must navigate
back to your email inbox and verify your email address using the Docker verification
email.
5. Once you are signed in to Docker Hub, select **My Hub** from the top-level navigation menu.
6. Select **Accept** on your invitation.
After accepting an invitation, you are now a member of the organization.
## Manage invitations
After inviting members, you can resend or remove invitations as needed.
### Resend an invitation
{{< tabs >}}
{{< tab name="Admin Console" >}}
To resend an invitation from the Admin Console:
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.
{{< /tab >}}
{{< tab name="Docker Hub" >}}
{{% include "hub-org-management.md" %}}
To resend an invitation from Docker Hub:
1. Sign in to [Docker Hub](https://hub.docker.com/).
2. Select **My Hub**, your organization, and then **Members**.
3. In the table, locate the invitee, select the **Actions** icon, and then select
**Resend invitation**.
4. Select **Invite** to confirm.
You can also resend an invitation using the Docker Hub API. For more information,
see the [Resend an invite](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1%7Bid%7D~1resend/patch) API endpoint.
{{< /tab >}}
{{< /tabs >}}
### Remove an invitation
{{< tabs >}}
{{< tab name="Admin Console" >}}
To remove an invitation from the Admin Console:
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 **Remove invitee**.
4. Select **Remove** to confirm.
{{< /tab >}}
{{< tab name="Docker Hub" >}}
{{% include "hub-org-management.md" %}}
To remove a member's invitation from Docker Hub:
1. Sign in to [Docker Hub](https://hub.docker.com/).
2. Select **My Hub**, your organization, and then **Members**.
3. In the table, select the **Action** icon, and then select **Remove member** or **Remove invitee**.
4. Follow the on-screen instructions to remove the member or invitee.
You can also remove an invitation using the Docker Hub API. For more information,
see the [Cancel an invite](https://docs.docker.com/reference/api/hub/latest/#tag/invites/paths/~1v2~1invites~1%7Bid%7D/delete) API endpoint.
{{< /tab >}}
{{< /tabs >}}
## Manage members on a team
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.