You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slack endpoint users.list is paginated and needs to be used with a cursor (if it is returned) to get all users. Currently Get-SlackUser only checks first page of results.
Implementation from Get-SlackChannel could be copied to resolve this issue, or move all pagination to Send-SlackAPI.