Case Senstive search in user_metadata

We have a user_metatdata { first_name, last_name ) , is there any way to do a case insensitive search here ? its kinda become a blocker for us , since Front end used to support this in the previous authentication model we used to use

Thanks

Imtiaz

Hi @imtiaz.n

Welcome to the Auth0 Community!

At this moment, searches on user metadata is case-sensitive, the Management API does not support wildcards for user metadata. Although not fitting of your use-case and just to leave this information here, the GET /api/v2/users endpoint is case insensitive as mentioned in our following Knowledge Article : Search for Users by Email with Auth0 Management API Endpoint

Other topics that fit your case and confirm that user metadata is not case insensitive :

My recommendation is to provide Feedback on this matter where other users can cast their vote. As this page is being monitored by our Product team, if a Feature Request gains popularity, it can accelerate the development and potential implementation in the future.

Hope this helped!
Gerald