sfbrigade / analytics

Analytics project, encompassing metrics for engagement and more.
MIT License
3 stars 1 forks source link

Integrate team.accessLogs #3

Closed gregboyer closed 2 years ago

gregboyer commented 3 years ago

https://api.slack.com/methods/team.accessLogs

For each user in users.list, add the following to the data set.

first access most recent access number of logins country region

Note, does not have paging, need to increment through page until all results are found.

Load entire log, identify the aggregate values based on userid, then join to users.list info

gregboyer commented 2 years ago

Not Needed