- Open your slack workspace in chrome.
- Open the sources tab in the dev tools, create a snippet with the code below and press run.
- As member data comes in via requests it will be saved to
window.slackUsers
. - To populate this faster, open up a channel member list and scroll to the bottom.
window.slackUsers = [];
const hasUser = (id) =>