Using the Salesforce PHP API to generate a User Profile Report

Posted by Phill Pafford on Stack Overflow See other posts from Stack Overflow or by Phill Pafford
Published on 2009-10-30T15:00:35Z Indexed on 2010/03/15 6:09 UTC
Read the original article Hit count: 596

Filed under:
|
|
|
|

Hi All,

Looking to do a security audit of all user permissions. I think I can use the Salesforce PHPToolkit 11 API to generate the report but new to Salesforce and a little confused on where to start.

In Salesforce Setup Under:

Administration Setup -> Manage Users -> Profiles -> Profile Names

If you click on each user name you can see the permissions set and the actions the user is allowed to perform. Wanted a way to generate an excel report for all users with all the permissions for that user.

Example:

User Name | Can view Case | Can edit case | Can delete case | etc...
phill             yes            no               no           x...

and so on.

I see that in Salesforce I can run a high level report on the Profile but I need to drill down for each user.

Has anyone every done this type of reporting before? any help on this would be great.

Thanks in advacne, --Phill

© Stack Overflow or respective owner

Related posts about salesforce

Related posts about php