User Search By Email

How do we make the Search by user Auth0 operation case in-sensitive?

I meant to say, How do we make the Search by user email address Auth0 operation case in-sensitive?

add key=“auth0:SearchByEmailURL” value=“https://domain.auth0.com/api/v2/users-by-email?email={0}

I didn’t try the API version, but the Dashboard “search by e-mail” is case-insensitive. I don’t know of a way to make it case-sensitive, nor can I think of a reason to do that since e-mail is case-insensitive according to the standard.

John