Home Explore Blog CI



docker

layouts/shortcodes/admin-domain-audit.md
4481bcdd909760aeb458c8587ad588c76b3a3bc20059cc2f000000030000071d
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
{{ $domain_navigation := "Select **My Hub**, your organization, **Settings**, and then **Security**." }}
{{ $sso_link := "[SSO](/security/for-admins/single-sign-on/)" }}
{{ $scim_link := "[SCIM](/security/for-admins/provisioning/scim/)" }}

{{ if eq (.Get "product") "admin" }}
  {{ $product_link = "the [Admin Console](https://admin.docker.com)" }}
  {{ $domain_navigation = "Select your organization on the **Choose profile** page, and then select **Domain management**." }}
  {{ $sso_link = "[SSO](/security/for-admins/single-sign-on/)" }}
  {{ $scim_link = "[SCIM](/security/for-admins/provisioning/scim/)" }}
{{ end }}

To audit your domains:

1. Sign in to {{ $product_link }}.
2. {{ $domain_navigation }}
3. In **Domain Audit**, select **Export Users** to export a CSV file of uncaptured users with the following columns:

   - Name: The name of the user.
   - Username: The Docker ID of the user.
   - Email: The email address of the user.

You can invite all the uncaptured users to your organization using the exported CSV file. For more details, see [Invite members](/admin/organization/members/). Optionally, enforce single sign-on or enable SCIM to add users to your organization automatically. For more details, see {{ $sso_link }} or {{ $scim_link }}.

> [!NOTE]
>
> Domain audit may identify accounts of users who are no longer a part of your organization. If you don't want to add a user to your organization and you don't want the user to appear in future domain audits, the user must deactivate their account or update their associated email address.
>
> You can't deactivate an account or update an associated email address on behalf of a user. For more details, see [Deactivating an account](/manuals/accounts/deactivate-user-account.md).

Chunks
f6f75771 (1st chunk of `layouts/shortcodes/admin-domain-audit.md`)
Title: Auditing Domains and Exporting Uncaptured User Data
Summary
This section explains how to audit your domains to identify users who haven't been captured by your organization. It describes how to export a CSV file containing details of these users (Name, Username, Email) from Docker Hub or the Admin Console. The exported file can be used to invite these users to your organization. It also suggests using SSO or SCIM for automatic user provisioning and highlights the need for users to deactivate their accounts or update their email addresses if they shouldn't appear in future domain audits.