I'm exporting quite a large amount of slack data (7k users) and noticed that this only exported the first 1000 email addresses. I've added in a loop and some logic to take advantage of the cursor parameter that Slack provides, to keep making get requests until there is no more cursor.
I built this and tested it on linux with my slack workspace and as far as I can tell it pulled all ~7k emails.
I'm exporting quite a large amount of slack data (7k users) and noticed that this only exported the first 1000 email addresses. I've added in a loop and some logic to take advantage of the
cursor
parameter that Slack provides, to keep making get requests until there is no more cursor.I built this and tested it on linux with my slack workspace and as far as I can tell it pulled all ~7k emails.