Slack.Web.Admin.Users.UnsupportedVersions (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

Ask Slackbot to send you an export listing all workspace members using unsupported software, presented as a zipped CSV file.

Functions

export(optional_params \\ %{})

Ask Slackbot to send you an export listing all workspace members using unsupported software, presented as a zipped CSV file.

API reference

Rate limit: Tier 1: 1+ per minute
Scopes:

View on docs.slack.dev ↗

Optional Params

  • date_end_of_support - Unix timestamp of the date of past or upcoming end of support cycles. If not provided will include all announced end of support cycles. 0
  • date_sessions_started - Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago. 0

Errors the API can return:

  • could_not_export - For some reason, the export could not be started
  • invalid_team_id - The team ID passed is invalid
  • not_an_enterprise - Only enterprises are supported.

See the Common Errors guide for errors returned by every Web API method.