AFAIK, Conduit's user.whoami is the only method whose output currently includes the email address of a user.
As an admin, I'd like to be able to check compliance with an organization's guidelines, for example quickly check if a user who is affiliated with an organization uses their organization's email address in a Phorge installation that is used by folks with numerous affiliations. Currently I have to run SQL database queries to achieve that goal.
I have a working patch in P14 for user.query but that method is frozen. Would a patch be accepted for review?
So far I have not understood how to reach the same outcome in non-frozen user.search instead.