When calling the HTTP API DefaultCollection/_api/_common/GetUserProfile, it always seems to return the current local user. I have tried passing in a UserTfId in as many ways as possible but cannot seem to get it to return details about other users.
I can get the profile image of other users via DefaultCollection/_api/_common/identityImage?id={UserTfId} but I cannot find a way to get their profile.