Slack.Web.Users.Profile.get

You're seeing just the function get, go back to Slack.Web.Users.Profile module for more information.
Link to this function

get(optional_params \\ %{})

View Source

Retrieves a user's profile information.

Optional Params

  • include_labels - Include labels for each ID in custom profile fields ex: true
  • user - User to retrieve profile info for ex: W1234567890

Errors the API can return:

  • user_not_found - Value passed for user was invalid.