Closed seacowabunga closed 4 months ago
This is not what dump is conceived to do. Dump produces slightly augumented, but still raw API output. It does not resolve user IDs. But it seems like a nice suggestion, however, i'm not sure when I'll be able to implemented.
And as always, PRs are welcome, if you want to implement this.
Thanks for the reply. I ended up calling the slack api user.info, then just maintaining a csv with the user ID and real name to reference to prevent any future throttling. Works with enterprise so seems to satisfy my use case for now. 👍
Describe the bug doing a dump of a channel will only dump the UserID's and not translate them to real names.
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect it to give me the real names of the users instead of just the userIDs and not rely on doing a HUGE "slackdump list users", which is not possible due to the sheer amount it would grab. i tried using "slackdump format -online csv" but i get
still not sure if that would solve my use case either though.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.