Get a user's presence (active/away) by id (U…) or @handle, plus their display name. Requires login.
Input
userrequired
User id (U…) or @handle.
workspaceDomainoptional
Workspace host, e.g. acme.slack.com. Defaults to the active workspace.
Output
userrequired
presencerequired
userNameoptional
FAQ
Get a user's presence (active/away) by id (U…) or @handle, plus their display name. Requires login.
Required: user. Optional: workspaceDomain.
It returns user, presence, userName.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on slack.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/slack.com/get_user_presence, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/get_user_presence
It is part of Reduck's official curated catalogue.