Slack Teams API Methods (Go Back)
This PHP class provides methods to interact with the Slack Teams API. Below are instructions on how to use each method.
accessLogs(
?string $before = null,
?string $count = null,
?string $cursor = null,
?int $limit = null,
?string $page = null,
?string $teamId = null
)
Retrieve access logs for a team.
billableInfo(
?string $userId = null,
?string $cursor = null,
?int $limit = null,
?string $teamId = null
)
Retrieve billable information for a user.
info(
?string $domain = null,
?string $teamId = null
)
Retrieve information about a team.
integrationLogs(
?string $appId = null,
?string $changeType = null,
?string $count = null,
?string $page = null,
?string $serviceId = null,
?string $teamId = null,
?string $userId = null
)
Retrieve integration logs for a team.
billingInfo()
Retrieve billing information for a team.
preferencesList()
List preferences for a team.
profileGet(
?string $visibility = null
)
Retrieve profile information for a team.