Is there a way to get the list of oauth connected applications of a given user (of a set of users) via SOAP/REST API? Thanks, Uri
Attribution to: Uri
Possible Suggestion/Solution #1
You can execute SOQL to get full list of connected apps.
SELECT Id, name FROM ConnectedApplication
Find here for more
Attribution to: Reshma
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/30101