we have a partner community where we restrict the access to users using a dealer custom field. they should only see accounts with that dealer (which matches the partner users account). We have found some random accounts that have a All Partner Users sharing rule so ANY partner user can see them.
How do I identify those accounts and take the sharing off? I cannot find a All Partner Users role.
Manoj Nambirajan (Dell Technologies) Forum Ambassador
"all Partner users" actually gets part of a Public Group. Its a out of box public group provided by salesforce for instances that has Experience cloud enabled. If you have a query tool like workbench.. you can use below query to get the Id of the "all partner users" public group
SELECT DeveloperName,Id,Name FROM Group WHERE Name = 'All Partner users'
Then.. use the Id retrieved from above query.. to check on sharing that considers this id.