Slack
SLACKBOT_RETRIEVE_USER_PROFILE_INFORMATION
Retrieves profile information for a specified Slack user (defaults to the authenticated user if `user` ID is omitted); a provided `user` ID must be valid.
Remote slackbot
Other tools also called SLACKBOT_RETRIEVE_USER_PROFILE_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"title": "User",
"default": null,
"examples": [
"U012A3CDE",
"W1234567890"
],
"nullable": true,
"description": "User ID to retrieve profile information for; defaults to the authenticated user."
},
"include_labels": {
"type": "boolean",
"title": "Include Labels",
"default": null,
"examples": [
true,
false
],
"nullable": true,
"description": "Include human-readable labels for custom profile fields. API defaults to false."
}
}
}