This replaces the return type of the identity search function with an array of GlobalUserInfo instead of Users.
This is to replace code duplication at search function callsites that require a GlobalUserInfo type instead of a User type.
Depends on D11049