public with sharing class LexGetUserInfoUtils { @AuraEnabled public static String getProfileId(){ return UserInfo.getProfileId(); } }