Yes, you can get that using a wired apex method.
@AuraEnabled public static string getSmallPhotoUrl(){ return [SELECT u.SmallPhotoUrl From User u where u.id=:Userinfo.getUserid()].SmallPhotoUrl; } Yes, you can get that using a wired apex method.
@AuraEnabled public static string getSmallPhotoUrl(){ return [SELECT u.SmallPhotoUrl From User u where u.id=:Userinfo.getUserid()].SmallPhotoUrl; }