App Logo
slack.com

List Slack members

List the workspace's members (users) with handle, real/display name, title, email (when visible), timezone, admin/owner/bot/guest flags and status. One page per call; pass cursor to paginate and includeDeleted to include deactivated accounts. Requires login.

Input

limit optional

Max members per page (default 200).

cursor optional

next_cursor from a previous call.

includeDeleted optional

Include deactivated accounts. Default false.

workspaceDomain optional

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

Output

members required
workspace required
nextCursor optional

FAQ

List the workspace's members (users) with handle, real/display name, title, email (when visible), timezone, admin/owner/bot/guest flags and status. One page per call; pass cursor to paginate and includeDeleted to include deactivated accounts. Requires login.
Optional: limit, cursor, includeDeleted, workspaceDomain.
It returns members, workspace, nextCursor.
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/list_members, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/list_members
It is part of Reduck's official curated catalogue.

Start building not clicking