App Logo
linear.app

List Linear workspace members and roles

List the workspace's members (name, username, email, role/status, teams, joined, last seen) from the Members settings page, including pending invites, suspended accounts, and app installs. Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.

Input

workspaceUrl optional

Workspace URL slug (e.g. 'acme' from linear.app/acme/...). Defaults to the active workspace.

Output

members required
workspaceUrl required

FAQ

List the workspace's members (name, username, email, role/status, teams, joined, last seen) from the Members settings page, including pending invites, suspended accounts, and app installs. Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.
Optional: workspaceUrl.
It returns members, workspaceUrl.
Yes. It acts as you on linear.app: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linear.app cookies saved by the Reduck extension.
It only reads. It looks things up on linear.app and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linear.app/list_users_and_roles, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linear.app/list_users_and_roles
It is part of Reduck's official curated catalogue.

Start building not clicking