Sha256: a533923e211e99ffabe76fdb9e9eeb12a567069114b3a7eb4f895d03da7dd3b5
Contents?: true
Size: 1.15 KB
Versions: 6
Compression:
Stored size: 1.15 KB
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module AdminUsersUnsupportedversions # # Ask Slackbot to send you an export listing all workspace members using unsupported software, presented as a zipped CSV file. # # @option options [integer] :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. # @option options [integer] :date_sessions_started # Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago. # @see https://api.slack.com/methods/admin.users.unsupportedVersions.export # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/admin.users.unsupportedVersions/admin.users.unsupportedVersions.export.json def admin_users_unsupportedVersions_export(options = {}) post('admin.users.unsupportedVersions.export', options) end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems