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 >}}