App Logo
linear.app

Remove/suspend a Linear workspace member

Remove a member's access to a Linear workspace, identified by email. Uses whichever of Linear's own row-menu affordances applies: 'Revoke invite' for a still-pending invite, or 'Suspend user' for an active member (both are Linear's actual removal mechanisms — there is no hard delete). Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.

Input

email required

Email of the member to remove.

workspaceUrl optional

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

Output

email required
action required

'revoked' = pending invite was revoked (row removed from the list). 'suspended' = active member was suspended (row remains, status becomes 'Suspended'). 'alreadySuspended' = the member was already suspended; no action taken.

username required
workspaceUrl required
status optional

Resulting status label, e.g. 'Suspended'. null for a revoked invite (no longer listed).

Start building not clicking