User Manager - Auth0
  • About User Manager Plugin
  • Changelog
  • User Guide
    • List Users
    • Search Users
    • Create User
    • Edit User
    • Delete user
    • Activate or Deactivate User
  • Admin Guide
    • Configuration
      • Auth0 Configuration
    • Permissions
  • Developer Guide
    • Getting Started
Powered by GitBook
On this page

Was this helpful?

  1. User Guide

Search Users

PreviousList UsersNextCreate User

Last updated 4 years ago

Was this helpful?

At the top of the plugin is a search field. The query you enter will search in the following fields:

Wildcard search:

  • username (email)

  • given name

  • family name

Exact match:

  • company

  • given name (legacy)

  • family name (legacy)

The fields with exact match is also case sensitive. This information is stored in the user metadata property of the user and The Auth0 management API has a constraint that it only returns exact match in the metadata fields. To enable better wildcard and case insensitive search, you can that the user data is not stored in the legacy manner. The company field will always need to be a case sensitive exact match since it can only be stored in the users meta data field with Auth0.

make sure