Skip to main content

In the DEV Console Admins can use this SOQL statement to see what users have the LEX Permission set to True .

 

SELECT Name, PermissionsLightningExperienceUser FROM Profile where PermissionsLightningExperienceUser = True

 

Hope this helps!

0/9000