Search by User ID in Dashboard

Overview

This article explains how to use the Search for users box on the Users page in the Auth0 Dashboard to search by entering a user_id into the Users search box. The username or email address are the only variables returning results.

rtaImage (65).jpeg

Applies To

Cause

When searching for users, queries must be created using Lucene query syntax to define the scope of the search.

Solution

Use the Lucene Search Query Syntax according to these examples:

  • user_id:"email|92x3d1406f1a1a5cyy62xxd0" (complete)
  • user_id:*auth0* (partial)


For a visual demonstration, refer to the following video.

Related References 

Recommended content

No recommended content found...