Module: Slack::Web::Api::Endpoints::Migration
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/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
17 18 19 20 |
# File 'lib/slack/web/api/endpoints/migration.rb', line 17 def migration_exchange( = {}) throw ArgumentError.new('Required arguments :users missing') if [:users].nil? post('migration.exchange', ) end |