get_user_presence
Check if a Slack user is currently online or offline by providing their user ID to retrieve real-time presence status.
Instructions
Get the presence/online status of a user.
Args:
user_id: The ID of the user (e.g., "U01234567")
Returns:
Dictionary containing user presence information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |