Skip to content

Files

Latest commit

 

History

History
85 lines (62 loc) · 1.31 KB

Teams.md

File metadata and controls

85 lines (62 loc) · 1.31 KB

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.

Method: accessLogs

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.

Method: billableInfo

billableInfo(
    ?string $userId = null,
    ?string $cursor = null,
    ?int $limit = null,
    ?string $teamId = null
)

Retrieve billable information for a user.

Method: info

info(
    ?string $domain = null,
    ?string $teamId = null
)

Retrieve information about a team.

Method: integrationLogs

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.

Method: billingInfo

billingInfo()

Retrieve billing information for a team.

Method: preferencesList

preferencesList()

List preferences for a team.

Method: profileGet

profileGet(
    ?string $visibility = null
)

Retrieve profile information for a team.