Skip to main content

Hi,

I need to find which users are assigned to a custom permission. I found the knowledge article (in the link below) that says “To determine which users have access to a specific custom permission, use Apex and do something like the following: Boolean hasCustomPermission = FeatureManagement.checkPermission('your_custom_permission_api_name');”.

 

I’m still new to developing. What are the specific steps I need to take to “use Apex” in this case?

Custom Permissions

0/9000