Module: Slack::Endpoint::Migration
- Included in:
- Slack::Endpoint
- Defined in:
- lib/slack/endpoint/migration.rb
Instance Method Summary collapse
-
#migration_exchange(options = {}) ⇒ Object
For Enterprise Grid workspaces, map local user IDs to global user IDs.
Instance Method Details
#migration_exchange(options = {}) ⇒ Object
For Enterprise Grid workspaces, map local user IDs to global user IDs
16 17 18 19 |
# File 'lib/slack/endpoint/migration.rb', line 16 def migration_exchange(={}) throw ArgumentError.new("Required arguments :users missing") if [:users].nil? post("migration.exchange", ) end |