Slack
SLACKBOT_RETRIEVE_DETAILED_USER_INFORMATION
Retrieves comprehensive information for a valid Slack user ID, excluding message history and channel memberships.
Remote slackbot
Other tools also called SLACKBOT_RETRIEVE_DETAILED_USER_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"title": "User",
"default": null,
"examples": [
"U012ABCDEF",
"W021XYZABC"
],
"nullable": true,
"description": "The ID of the user to retrieve information for."
},
"include_locale": {
"type": "boolean",
"title": "Include Locale",
"default": null,
"nullable": true,
"description": "Set to `true` to include the user's locale (e.g., `en-US`) in the response. Defaults to `false`."
}
}
}