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
Gaurav Jain 104Gaurav Jain 104 

​Need to Create Report on ALL Data on a User

I need to create report showing the apex classes, VF pages, Permission sets assigned..all data on a user. how to do it?
 
GarryPGarryP
there is no direct way to do this via API. you will have to build SOQLs to get the data from different sObject - ApexClass, UserID, Profile etc and write custom logic to get the custom report on a tabular format or any other desired way