Slack v0.2.1 Slack.Team View Source
Functions for working with a Slack team
Link to this section 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.
Link to this section Functions
Link to this function
accessLogs(client, query \\ [])
View SourceaccessLogs(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Get access logs for a team.
https://api.slack.com/methods/team.accessLogs
Examples
Slack.Team.accessLogs(client)
Link to this function
billableInfo(client, query \\ [])
View SourcebillableInfo(Slack.Client.t(), Keyword.t()) :: Slack.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")
Link to this function
info(client, query \\ [])
View Sourceinfo(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Get basic team info.
https://api.slack.com/methods/team.info
Examples
Slack.Team.info(client)
Link to this function
integrationLogs(client, query \\ [])
View SourceintegrationLogs(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Get integration activity logs for the team.
https://api.slack.com/methods/team.integrationLogs
Examples
Slack.Team.integrationLogs(client)