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
ViwalViwal 

Is there any api to fetch the details of profiles?

Hi

I want to fetch data from Profiles such as  Administrative Permissions and Standard Object Permissions.


For example if you click on a profile name you can see the profile detail,custom app setting,standard object permission.

I Wanted a way to generate an excel report for all profiles with all the permissions on sObjects.

 

For example

 

                      Accounts        Contact

ProfileA          read               read    

ProfileB         read,write      write

 

 

Is there any way to do it using APIs.Any help on this would be great.