Reputation: 149
Is there a way to get a list of applications installed in a workspace on slack? The closest thing i would was web api Users.list which lists all users. From the users list i can get the BOT users and determine the applications. However, some apps install without creating a BOT user so those get left out in the Users.list approach.
Upvotes: 2
Views: 1018
Reputation: 32757
Check out the API method team.integrationLogs
. It provides you with a list of all integrations, including Slack apps.
Upvotes: 2