Currently, the default get_users will return 1000 users, which doesn't work for orgs/companies that have > 1000 users.
Worth also noting that this API endpoint has a ratelimit (https://api.slack.com/methods/users.list) that will easily hit with large Slack workspaces, however this PR doesn't address that.
This PR will support pagination in
get_users
.Currently, the default
get_users
will return 1000 users, which doesn't work for orgs/companies that have > 1000 users.Worth also noting that this API endpoint has a ratelimit (https://api.slack.com/methods/users.list) that will easily hit with large Slack workspaces, however this PR doesn't address that.