Slack

SLACKBOT_GET_USER_PRESENCE_INFO

Retrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.

Remote slackbot

Other tools also called SLACKBOT_GET_USER_PRESENCE_INFO? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "title": "User",
      "examples": [
        "U012A3CDE",
        "W012A3CDE"
      ],
      "description": "The ID of the user to query for presence information. This is a string identifier, typically starting with 'U' or 'W' (e.g., 'U123ABC456'). If not provided, presence information for the authenticated user will be returned."
    }
  }
}
          

Provider

Slack →