> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-chore-actions-triggers-autoupdate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 組織メンバーを検索する

> User Search を使用して、組織のメンバーシップ、メールアドレス、接続タイプで結果を絞り込むクエリにより、Auth0 Organization のメンバーを検索します。

[Auth0 Dashboard Search](/docs/ja-jp/get-started/auth0-overview/dashboard/search-and-filter-auth0-dashboard#organization-members) 機能または [User Search](/docs/ja-jp/manage-users/user-search) を使用して、組織メンバーを検索および絞り込むことができます。

Auth0 Dashboard 検索では、Organizations セクションで[組織メンバーを絞り込み](https://manage.auth0.com/#/organizations)、名前、メールアドレス、ユーザー ID、またはブロック状態で検索できます。

<Frame>
  <img src="https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=70b1fa83ab3e3a8fd2967bd29272a825" alt="Auth0 Dashboard > Organizations > メンバー" data-og-width="600" width="600" data-og-height="440" height="440" data-path="docs/images/settings/auth-dashboard-search-org-members.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?w=280&fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=2590df4c400d427439a33f0561781de8 280w, https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?w=560&fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=efe82eea241425e2c4de130dd8122c94 560w, https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?w=840&fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=e5d6a67757bddeb938f1bda84cadf91a 840w, https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?w=1100&fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=8be42bd523c37b9fccc9030575cec4f1 1100w, https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?w=1650&fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=7ed31fe2902db7b49e603aee5388e571 1650w, https://mintcdn.com/docs-staging-chore-actions-triggers-autoupdate/kXVictFEpdZAPqbE/docs/images/settings/auth-dashboard-search-org-members.png?w=2500&fit=max&auto=format&n=kXVictFEpdZAPqbE&q=85&s=f98a5db6cf17ce4f572b2e38b31b65d0 2500w" />
</Frame>

[User Search](https://manage.auth0.com/#/users) では、Users セクションの `organization_id` パラメータを使用して、organization のメンバーシップで絞り込んだユーザーを検索できます。

次のフィルターは、メールドメインが `acme.com` であり、Acme Organization のメンバーではないユーザーを検索します。

`email.domain:"acme.com" AND NOT organization_id:"ACME_ORG_ID"`

次のフィルターは、Acme Organization に所属し、特定のデータベース接続でログインするすべてのユーザーを検索します。

`organization_id:"ACME_ORG_ID" AND identities.connection:"my-db-connection-name"`

次の例は、メールアドレスが jane で始まり、Acme Organization のメンバーであるユーザーを検索します。

`organization_id:"ACME_ORG_ID" AND email:jane*`

詳細については、[User Search](/docs/ja-jp/manage-users/user-search) を参照してください。
