Description
Now, GetUsers return all users and doesn't support pagination. GetUsers uses Slack API users.list and users.list supports paging. So, this SDK can get users with paging.
The number of users can be over 1,000 and more. This isn't few.
I think it is better to support pagination for getting users.
(Optional) Slack's documentation
https://api.slack.com/methods/users.list
Note
I'm replacing code using raw slack API with code using this SDK.
Then, I found GetUsers doesn't support pagination.
My implementation is #1465.
Description
Now, GetUsers return all users and doesn't support pagination. GetUsers uses Slack API
users.listandusers.listsupports paging. So, this SDK can get users with paging.The number of users can be over 1,000 and more. This isn't few.
I think it is better to support pagination for getting users.
(Optional) Slack's documentation
https://api.slack.com/methods/users.list
Note
I'm replacing code using raw slack API with code using this SDK.
Then, I found GetUsers doesn't support pagination.
My implementation is #1465.