Home Explore Blog CI



docker

4th chunk of `content/manuals/admin/organization/members.md`
2917a36ff8939fae62e910b8984ffaa98a7b611043ad2d340000000100000bb2
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.
3. Find the username of the member whose role you want to edit. Select the
**Actions menu**, then **Edit role**.

> [!NOTE]
>
> If you're the only owner of an organization,
> you need to assign a new owner before you can edit your role.

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

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

To update a member role in Docker Hub:

1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub**, your organization, and then **Members**.
3. Find the username of the member whose role you want to edit. In the table, select the **Actions** icon.
4. Select **Edit role**.
5. Select their organization, select the role you want to assign, and then select **Save**.

> [!NOTE]
>
> If you're the only owner of an organization,
> you need to assign a new owner before you can edit your role.

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

## Export members CSV file

{{< summary-bar feature_name="Admin orgs" >}}

Owners can export a CSV file containing all members. The CSV file for a company contains the following fields:
- Name: The user's name
- Username: The user's Docker ID
- Email: The user's email address
- Member of Organizations: All organizations the user is a member of within a company
- Invited to Organizations: All organizations the user is an invitee of within a company
- Account Created: The time and date when the user account was created

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

To export a CSV file of your members:

1. In the [Admin Console](https://app.docker.com/admin), select your organization.
2. Select **Members**.
3. Select the **download** icon to export a CSV file of all members.

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

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

To export a CSV file of your members:

1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub**, your organization, and then **Members**.
3. Select the **Action** icon and then select **Export users as CSV**.

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

Title: Updating Member Roles and Exporting Member Data in Docker Hub and Admin Console
Summary
This section provides step-by-step instructions on how to update member roles using both the Docker Admin Console and Docker Hub. It also details how organization owners can export a CSV file containing member information, including name, username, email, organization membership, invite status, and account creation date, again with instructions for both the Admin Console and Docker Hub.