slacker
slacker copied to clipboard
How to get a list of all users?
response = slack.users.list() returns only first 1K users
Had same problem, this is due to library not allowing pagination parameters. I created a PR: https://github.com/os/slacker/pull/167 for this.