Slack v0.0.12 Slack.Team

Functions for working with a Slack team

Summary

Functions

Get access logs for a team

Get billabale information for user or users on a team

Get basic team info

Get integration activity logs for the team

Functions

accessLogs(client, query \\ [])

Specs

Get access logs for a team.

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

Examples

Slack.Team.accessLogs(client)
billableInfo(client, query \\ [])

Specs

Get billabale information for user or users on a team.

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

Examples

Slack.Team.billableInfo(client, user: "U1234567890")
info(client, query \\ [])

Get basic team info.

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

Examples

Slack.Team.info(client)
integrationLogs(client, query \\ [])

Specs

integrationLogs(Slack.Client.t, Keyword.t) :: Slack.response

Get integration activity logs for the team.

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

Examples

Slack.Team.integrationLogs(client)