App Logo
linear.app

Reactivate a suspended Linear workspace member

Reactivate a member whose Linear workspace access was suspended, identified by email, via the Members settings row menu's 'Activate user…' action. Companion to delete_user: undoes a suspend (not a revoked invite — those have no activate path, only re-invite). Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.

Input

email required

Email of the suspended member to reactivate.

workspaceUrl optional

Workspace URL slug (e.g. 'pointandtest'). Defaults to the active workspace.

Output

email required
action required
username required
workspaceUrl required
status optional

FAQ

Reactivate a member whose Linear workspace access was suspended, identified by email, via the Members settings row menu's 'Activate user…' action. Companion to delete_user: undoes a suspend (not a revoked invite — those have no activate path, only re-invite). Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.
Required: email. Optional: workspaceUrl.
It returns email, action, status, username, 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 makes changes on linear.app, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/linear.app/activate_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linear.app/activate_user
It is part of Reduck's official curated catalogue.

Start building not clicking