Skip to main content
You can search and filter Organization members with the Auth0 Dashboard Search feature or with User Search. Dashboard search filters Organization members by name, email, user ID, or blocked status under the Organizations section.
Auth0 Dashboard > Organizations > Members
User search 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.