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

# Rechercher des membres d’une organisation

> Utilisez User Search pour trouver des membres d’une Auth0 Organization à l’aide de requêtes qui filtrent les résultats selon l’appartenance à une organization, l’adresse courriel ou le type de connexion.

Vous pouvez rechercher et filtrer les membres d’une organization à l’aide de la fonctionnalité [Auth0 Dashboard Search](/docs/fr-ca/get-started/auth0-overview/dashboard/search-and-filter-auth0-dashboard#organization-members) ou de [User Search](/docs/fr-ca/manage-users/user-search).

La recherche du tableau de bord [filtre les membres d’une organization](https://manage.auth0.com/#/organizations) selon leur nom, leur adresse courriel, leur ID utilisateur ou leur statut de blocage, dans la section Organizations.

<Frame>
  <img src="https://mintcdn.com/docs-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=3f4175a2fb01a7011352e9188c51b11a" 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-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?w=280&fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=b789a3d6921224828774d55d0adb1db7 280w, https://mintcdn.com/docs-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?w=560&fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=fc12d5f442baea6f486864d7f54ef459 560w, https://mintcdn.com/docs-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?w=840&fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=58509a5cb2ae077ce6b3f164d921a2f4 840w, https://mintcdn.com/docs-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?w=1100&fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=b60e1b99324f698ac1f9fd590b6c66c5 1100w, https://mintcdn.com/docs-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?w=1650&fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=67119534f11287a44d21e67ba56b9233 1650w, https://mintcdn.com/docs-staging-feat-init-gt-translations/W-gldjbXqexjaE5I/docs/images/settings/auth-dashboard-search-org-members.png?w=2500&fit=max&auto=format&n=W-gldjbXqexjaE5I&q=85&s=2c1a2872b8ca0804f94cfac1d80d3a35 2500w" />
</Frame>

[User Search](https://manage.auth0.com/#/users) vous permet de trouver, dans la section Users, des utilisateurs filtrés selon leur appartenance à une organization à l’aide du paramètre `organization_id`.

Le filtre suivant permet de trouver les utilisateurs dont le domaine de l’adresse courriel est `acme.com`, mais qui ne sont pas membres de l’organization Acme :

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

La requête suivante permet de trouver tous les utilisateurs membres de l’organization Acme qui se connectent à l’aide d’une connexion de base de données précise.

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

L’exemple suivant permet de trouver les utilisateurs dont l’adresse courriel commence par jane et qui sont membres de l’organization Acme.

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

Pour en savoir plus, consultez [User Search](/docs/fr-ca/manage-users/user-search).
