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 requiredEmail of the suspended member to reactivate.
workspaceUrl optionalWorkspace URL slug (e.g. 'pointandtest'). Defaults to the active workspace.
Output
email requiredaction requiredusername requiredworkspaceUrl requiredstatus optionalFAQ
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.
List Linear invoices
List the invoices on a Linear workspace's billing page (linear.app/<workspace>/settings/billing, "Recent invoices" section). Requires you to already be logged in to Linear in your browser. Each invoice row exposes a public Stripe hosted-invoice URL ("View" link). Returns workspace + invoices[{date, description, amount, url}] exactly as displayed (amount is the shown string e.g. "$12.00"); empty list is a valid result for a workspace with no invoices.
Linear login (Google SSO)
Log into Linear via "Continue with Google", using your browser's own signed-in Google account. Drives the account chooser and consent screen, then lands you on your workspace. Requires the local browser extension — not available in cloud/managed runs.
