Search by User ID in Dashboard
Last Updated:
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.
Applies To
- User Search
- Lucene query syntax
Cause
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.