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 Source

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 Source

Get billabale information for user or users on a team.

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

Examples

Slack.Team.billableInfo(client, user: "U1234567890")

Get basic team info.

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

Examples

Slack.Team.info(client)
Link to this function

integrationLogs(client, query \\ [])

View Source
integrationLogs(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)