function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nikhil SInghania 18Nikhil SInghania 18 

map<userID, list<permission sets names>>

Hi guys,

 I want to a map of userId's and list<permission set names> assigned to that user..

Its like  map<userID, list<permission sets names>> ..
Anyone can me help me here?

Vivek.GuptaVivek.Gupta

Use this 

 

Map<Id, List<String>>