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
Specs
accessLogs(Slack.Client.t, Keyword.t) :: Slack.response
Get access logs for a team.
https://api.slack.com/methods/team.accessLogs
Examples
Slack.Team.accessLogs(client)
Specs
billableInfo(Slack.Client.t, Keyword.t) :: Slack.response
Get billabale information for user or users on a team.
https://api.slack.com/methods/team.billableInfo
Examples
Slack.Team.billableInfo(client, user: "U1234567890")
Specs
info(Slack.Client.t, Keyword.t) :: Slack.response
Get basic team info.
https://api.slack.com/methods/team.info
Examples
Slack.Team.info(client)
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)