Slack

SLACK_RETRIEVE_DETAILED_USER_INFORMATION

Retrieves comprehensive information for a valid Slack user ID, excluding message history and channel memberships.

Remote slack

Other tools also called SLACK_RETRIEVE_DETAILED_USER_INFORMATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "The ID of the user to retrieve information for.\nExamples:\n  \"U012ABCDEF\"\n  \"W021XYZABC\""
    },
    "include_locale": {
      "type": [
        "boolean",
        "null"
      ],
      "default": null,
      "description": "Set to `true` to include the user's locale (e.g., `en-US`) in the response. Defaults to `false`."
    }
  }
}
          

Provider

Slack →