KKbes
2023-08-11 f66abb6dad1b8caa18aca9d65dceb34a34c022b6
1
2
3
4
5
6
public with sharing class LexGetUserInfoUtils {
    @AuraEnabled
    public static String getProfileId(){
        return UserInfo.getProfileId();
    }   
}