> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-feat-docs-5607-tenant-acl.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Organization Members

> Use User Search to find Auth0 Organization members with queries that scope results by Organization membership, email address, or connection type.

You can search and filter Organization members with the [Auth0 Dashboard Search](/docs/get-started/auth0-overview/dashboard/search-and-filter-auth0-dashboard#organization-members) feature or with [User Search](/docs/manage-users/user-search).

Dashboard search [filters Organization members](https://manage.auth0.com/#/organizations) by name, email, user ID, or blocked status under the Organizations section.

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=86afeaf467c177954aae639d200f22dd" alt="Auth0 Dashboard > Organizations > Members" 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-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?w=280&fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=c2bbc9604e9b2d8df9ee8567ef19c91f 280w, https://mintcdn.com/docs-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?w=560&fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=058eb9346cd47e4f61faf719a247f4db 560w, https://mintcdn.com/docs-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?w=840&fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=eef06e6764427b7fec849856c483c9e3 840w, https://mintcdn.com/docs-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?w=1100&fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=0d15520c4ecc757e7d2d47f1a4c3c8c4 1100w, https://mintcdn.com/docs-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?w=1650&fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=b1cb8144a129d17aa5fa92cd569fa7ef 1650w, https://mintcdn.com/docs-dev-feat-docs-5607-tenant-acl/_a1kFEdfHKO2yIV9/docs/images/settings/auth-dashboard-search-org-members.png?w=2500&fit=max&auto=format&n=_a1kFEdfHKO2yIV9&q=85&s=49f5ba2dcbf26feef29d53369cf3be35 2500w" />
</Frame>

[User search](https://manage.auth0.com/#/users) allows you to find users filtered by Organization membership using the `organization_id` parameter under the Users section.

The following filter finds users that have an `acme.com` email domain but are not members of the Acme Organization:

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

The following finds all users that are in the Acme Organization and log in with a specific database connection.

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

The following example finds users whose email addresses start with jane and are members of the Acme Organization.

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

To learn more, read [User Search](/docs/manage-users/user-search).
