I'm seeing some odd behavior when getting user details by Alias in Office365Users.
I'm at a large org and we tend to use alias in many systems as our identifier.
In this app we'd like to be able to type in an alias and pull back a user's information.
I've found that Alias works totally fine with UserPhotoV2 -- Office365Users.UserPhotoV2("alias@company.com") returns the profile photo.
However Office365Users.UserProfileV2("alias@company.com").DisplayName returns an error of "user not found"
What the story here -- why does one function allow me to use Alias as an ID, and another doesn't? Is this a bug?