SlackWebAPI v1.2.0 SlackWebAPI.Api.Migration View Source

API calls for all endpoints tagged Migration.

Link to this section Summary

Functions

For Enterprise Grid workspaces, map local user IDs to global user IDs

Link to this section Functions

Link to this function

migration_exchange(connection, opts \\ [])

View Source
migration_exchange(Tesla.Env.client(), keyword()) ::
  {:ok, map()} | {:error, Tesla.Env.t()}

For Enterprise Grid workspaces, map local user IDs to global user IDs

Parameters

  • connection (SlackWebAPI.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters

Returns

{:ok, %{}} on success {:error, info} on failure