You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each call to this method will produce a call on the Slack API. This is not necessary in the general case: we can cache the User instances and retrieve them from the cache.
This becomes more complicated when the user information have been updated. In this case we need to call the Slack API to retrieve the fresh information.