Description
Summary
The user filters should support filtering based on email eq and email in.
Description
A clear and concise description of what the feature request is. If you think that the value of this feature might not be obvious, include information like how often it is needed, amount of work saved, etc. If your feature request is related to a file or server in a specific state, describe the starting state when the feature can be used, and the end state after using it. If it involves modifying files, an example file may be helpful.
Currently the user filter supports searching based on name, luid, friendlyName, and a few other fields. As mentioned in #907:
Note: Filter expressions can’t contain ampersand (&) or comma (,) characters because these characters are used as field expression separators. This is true even if those characters are encoded.
so most servers I have interacted with, friendlyName
does not work for searching due to names showing up as "Last, First." Searching by email will offer up a convenient way to find intended users.