Module: Slack::Web::Api::Endpoints::AdminUsersUnsupportedversions

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/admin_users_unsupportedVersions.rb

Instance Method Summary collapse

Instance Method Details

#admin_users_unsupportedVersions_export(options = {}) ⇒ Object

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

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • :date_end_of_support (integer)

    Unix timestamp of the date of past or upcoming end of support cycles. If not provided will include all announced end of support cycles.

  • :date_sessions_started (integer)

    Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago.

See Also:



18
19
20
# File 'lib/slack/web/api/endpoints/admin_users_unsupportedVersions.rb', line 18

def admin_users_unsupportedVersions_export(options = {})
  post('admin.users.unsupportedVersions.export', options)
end