Home Explore Blog CI



docker

3rd chunk of `content/manuals/admin/organization/members.md`
a362941994dda2d47ab52020d34fe48aa45cb63835ee3f3e00000001000007e9
4. Select the team and then select **Add**.

   > [!NOTE]
   >
   > An invitee must first accept the invitation to join the organization before being added to the team.

{{< /tab >}}
{{< /tabs >}}

### Remove a member from a team

> [!NOTE]
>
> If your organization uses single sign-on (SSO) with [SCIM](/manuals/security/for-admins/provisioning/scim.md) enabled, you should remove members from your identity provider (IdP). This will automatically remove members from Docker. If SCIM is disabled, you must manually manage members in Docker.

Organization owners can remove a member from a team in Docker Hub or Admin Console. Removing the member from the team will revoke their access to the permitted resources.

{{< tabs >}}
{{< tab name="Admin Console" >}}

To remove a member from a specific team with the Admin Console:

1. In the [Admin Console](https://app.docker.com/admin), select your organization.
2. Select the team name.
3. Select the **X** next to the user's name to remove them from the team.
4. When prompted, select **Remove** to confirm.

{{< /tab >}}
{{< tab name="Docker Hub" >}}

{{% include "hub-org-management.md" %}}

To remove a member from a specific team with Docker Hub:

1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub**, your organization, **Teams**, and then the team.
3. Select the **X** next to the user’s name to remove them from the team.
4. When prompted, select **Remove** to confirm.

{{< /tab >}}
{{< /tabs >}}

### Update a member role

Organization owners can manage [roles](/security/for-admins/roles-and-permissions/)
within an organization. If an organization is part of a company,
the company owner can also manage that organization's roles. If you have SSO enabled, you can use [SCIM for role mapping](/security/for-admins/provisioning/scim/).

{{< tabs >}}
{{< tab name="Admin Console" >}}

To update a member role in the Admin Console:

1. In the [Admin Console](https://app.docker.com/admin), select your organization.
2. Select the **Members** tab.

Title: Removing Team Members and Updating Member Roles in Docker Hub and Admin Console
Summary
This section outlines the process for removing members from a team using both the Docker Admin Console and Docker Hub, emphasizing the importance of managing members through the identity provider (IdP) when SSO and SCIM are enabled. It also begins to describe how organization owners can update member roles within an organization, particularly using the Admin Console, and notes the availability of SCIM for role mapping when SSO is enabled.