App Logo
slack.com

Get Slack user profile

Get one member's full profile by id (U…) or by handle/display name (resolved via the member directory). Returns handle, real/display name, title, email (when visible), timezone, status and admin/owner/bot/guest flags. Requires login.

Input

user required

Member id (U…) or handle/display name (e.g. 'tester.account').

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

id required
tz optional
name optional
email optional
image optional
phone optional
title optional
is_bot optional
deleted optional
is_admin optional
is_owner optional
tz_label optional
real_name optional
status_text optional
display_name optional
status_emoji optional
is_restricted optional
is_ultra_restricted optional

FAQ

Get one member's full profile by id (U…) or by handle/display name (resolved via the member directory). Returns handle, real/display name, title, email (when visible), timezone, status and admin/owner/bot/guest flags. Requires login.
Required: user. Optional: workspaceDomain.
It returns id, tz, name, email, image, phone, title, is_bot, deleted, is_admin, is_owner, tz_label, real_name, status_text, display_name, status_emoji, is_restricted, is_ultra_restricted.
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_profile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/get_user_profile
It is part of Reduck's official curated catalogue.

Start building not clicking