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
bruins004bruins004 

Retrieving a Salesforce.com user's Personal Groups

Hey all,
I have been trying to use the Salesforce.com API in order to retrieve a user's Personal Groups.
I have looked through all of the queries and am unable to find a query to do this.
Where could I retrieve this from?
Thanks.
prasadsprasads

Use query like

select id, name <other fields> from group

Regards

Sunil Prasad

 

MeynMeynMeynMeyn

We are living in Q1-2012 now. The personal (private) group settings are still not visible in the Group object. Only public group settings are visible. We are also looking for a way to access personal group settings, because of required functionality.We have strong ????? On why SalesForce does not expose this data to admin user.