Slack
slack_get_user_info
Get detailed information about a user including profile, status, admin flags.
Remote node2flow/slack
Other tools also called slack_get_user_info?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"description": "User ID (e.g. \"U1234567890\")"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"include_locale": {
"type": "boolean",
"description": "Include locale info"
}
}
}