-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-SlackUser needs to be paginated to get all users #117
Open
simonfagerholm opened this issue
May 24, 2021
· 0 comments
· Fixed by simonfagerholm/PSSlack#2 · May be fixed by #118
Open
Get-SlackUser needs to be paginated to get all users #117
simonfagerholm opened this issue
May 24, 2021
· 0 comments
· Fixed by simonfagerholm/PSSlack#2 · May be fixed by #118
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
slack endpoint
users.list
is paginated and needs to be used with a cursor (if it is returned) to get all users. CurrentlyGet-SlackUser
only checks first page of results.Implementation from
Get-SlackChannel
could be copied to resolve this issue, or move all pagination toSend-SlackAPI
.The text was updated successfully, but these errors were encountered: